/* CSS */
.color-1 {
color: #D8C6B0;
}
.color-2 {
color: #E2B6A2;
}
.color-3 {
color: #E9B79F;
}
.color-4 {
color: #F2D6A6;
}
.color-5 {
color: #F3E0AF;
}
/* CSS Variables */
:root {
--color-1: #D8C6B0;
--color-2: #E2B6A2;
--color-3: #E9B79F;
--color-4: #F2D6A6;
--color-5: #F3E0AF;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D8C6B0, #E2B6A2, #E9B79F, #F2D6A6, #F3E0AF);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D8C6B0, #E2B6A2, #E9B79F, #F2D6A6, #F3E0AF);
}
Sugarplum Dreams color palette created on .