Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.marigold-dust {
color: #f5d03d;
}
.goldfinch {
color: #f9e45d;
}
.florida-sunrise {
color: #f6a76f;
}
.chinese-lantern {
color: #f28e50;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--marigold-dust:#f5d03d;
--goldfinch:#f9e45d;
--florida-sunrise:#f6a76f;
--chinese-lantern:#f28e50;
}