Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #592c6d;
}
.murasaki-purple {
color: #8a5091;
}
.lavender-sweater {
color: #b97cc0;
}
.waddles-pink {
color: #f1a7d1;
}
.crown-point-cream {
color: #fff0c2;
}
/* CSS Variables */
:root {
--imperial:#592c6d;
--murasaki-purple:#8a5091;
--lavender-sweater:#b97cc0;
--waddles-pink:#f1a7d1;
--crown-point-cream:#fff0c2;
}