Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-crush {
color: #f07b38;
}
.nocturnal-rose {
color: #d26a9b;
}
.artesian-pool {
color: #a4c1e0;
}
.frugal {
color: #a4dab4;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--orange-crush:#f07b38;
--nocturnal-rose:#d26a9b;
--artesian-pool:#a4c1e0;
--frugal:#a4dab4;
}