Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f9e59f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.full-yellow {
color: #f9ba4e;
}
.burning-coals {
color: #f69c6f;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
/* CSS Variables */
:root {
--storm-lightning:#f9e59f;
--solar-plexus-chakra:#f1c84b;
--full-yellow:#f9ba4e;
--burning-coals:#f69c6f;
--vinaceous-cinnamon:#f28c8c;
}