Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-rose {
color: #f27550;
}
.troll-slayer-orange {
color: #f1a44b;
}
.sport-yellow {
color: #f2d778;
}
.soft-cashmere {
color: #f2b5d5;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--coral-rose:#f27550;
--troll-slayer-orange:#f1a44b;
--sport-yellow:#f2d778;
--soft-cashmere:#f2b5d5;
}