Color names in this palette
CSS code for this palette
/* CSS */
.hopbush {
color: #c76b91;
}
.french-lilac {
color: #dab9d8;
}
.odyssey-plum {
color: #e3c0c5;
}
.flan {
color: #f7e1b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--hopbush:#c76b91;
--french-lilac:#dab9d8;
--odyssey-plum:#e3c0c5;
--flan:#f7e1b6;
--solar-plexus-chakra:#f1c84b;
}