/* CSS */
.color-1 {
color: #3E335C;
}
.color-2 {
color: #3D5357;
}
.color-3 {
color: #20597E;
}
.color-4 {
color: #1C216E;
}
.color-5 {
color: #3A453A;
}
/* CSS Variables */
:root {
--color-1: #3E335C;
--color-2: #3D5357;
--color-3: #20597E;
--color-4: #1C216E;
--color-5: #3A453A;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3E335C, #3D5357, #20597E, #1C216E, #3A453A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3E335C, #3D5357, #20597E, #1C216E, #3A453A);
}
Sweet Decay color palette created on .