Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-rind {
color: #f1903b;
}
.cupid-s-arrow {
color: #e86989;
}
.fiesta-pink {
color: #d86f9a;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--solar-plexus-chakra:#f1c84b;
--mandarin-rind:#f1903b;
--cupid-s-arrow:#e86989;
--fiesta-pink:#d86f9a;
}