Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.solar-power {
color: #f3b539;
}
.carrot-orange {
color: #f18e1e;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.exuberance {
color: #d65600;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--solar-power:#f3b539;
--carrot-orange:#f18e1e;
--royal-flycatcher-crest:#f06c00;
--exuberance:#d65600;
}