Color names in this palette
CSS code for this palette
/* CSS */
.razzmatazz {
color: #e50b5b;
}
.self-love {
color: #d32769;
}
.nail-polish-pink {
color: #c34b7f;
}
.rich-gardenia {
color: #f87c4f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--razzmatazz:#e50b5b;
--self-love:#d32769;
--nail-polish-pink:#c34b7f;
--rich-gardenia:#f87c4f;
--solar-plexus-chakra:#f1c84b;
}