Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #592c6d;
}
.razzmic-berry {
color: #8c4f8b;
}
.lavender-sweater {
color: #c487c2;
}
.little-baby-girl {
color: #f9b9d3;
}
.watermelon-mousse {
color: #fbdfe8;
}
/* CSS Variables */
:root {
--imperial:#592c6d;
--razzmic-berry:#8c4f8b;
--lavender-sweater:#c487c2;
--little-baby-girl:#f9b9d3;
--watermelon-mousse:#fbdfe8;
}