/* CSS */
.color-1 {
color: #513D4E;
}
.color-2 {
color: #5E4A5B;
}
.color-3 {
color: #67566C;
}
.color-4 {
color: #75717F;
}
.color-5 {
color: #747886;
}
/* CSS Variables */
:root {
--color-1: #513D4E;
--color-2: #5E4A5B;
--color-3: #67566C;
--color-4: #75717F;
--color-5: #747886;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #513D4E, #5E4A5B, #67566C, #75717F, #747886);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #513D4E, #5E4A5B, #67566C, #75717F, #747886);
}
Devil's Delight color palette created on .