Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d7aee0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.mint-majesty {
color: #7dd4c5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d7aee0;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f76e6e;
--mint-majesty:#7dd4c5;
--apricot-glazed-chicken:#f5a524;
}