Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d86b41;
}
.california {
color: #e7893c;
}
.hot-sun {
color: #f6b528;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.first-day-of-summer {
color: #f2e79c;
}
/* CSS Variables */
:root {
--bonfire-night:#d86b41;
--california:#e7893c;
--hot-sun:#f6b528;
--solar-plexus-chakra:#f1c84b;
--first-day-of-summer:#f2e79c;
}