Color names in this palette
CSS code for this palette
/* CSS */
.mauve-mist {
color: #c49cd3;
}
.prickly-purple {
color: #a66abe;
}
.blue-hepatica {
color: #6b5be6;
}
.mandarin-sorbet {
color: #ffb042;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mauve-mist:#c49cd3;
--prickly-purple:#a66abe;
--blue-hepatica:#6b5be6;
--mandarin-sorbet:#ffb042;
--grapefruit-pulp:#ff6e61;
}