Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #813d99;
}
.mazzy-star {
color: #b45eb5;
}
.think-pink {
color: #e0a3c2;
}
.only-yesterday {
color: #f4d1b8;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--cadmium-violet:#813d99;
--mazzy-star:#b45eb5;
--think-pink:#e0a3c2;
--only-yesterday:#f4d1b8;
--aspen-yellow:#f8e0a0;
}