Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f8a5be;
}
.hopeful {
color: #f2d4e1;
}
.soft-butter {
color: #f5e2b8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.ninjin-orange {
color: #e2a66e;
}
/* CSS Variables */
:root {
--rogue-pink:#f8a5be;
--hopeful:#f2d4e1;
--soft-butter:#f5e2b8;
--solar-plexus-chakra:#f1c84b;
--ninjin-orange:#e2a66e;
}