Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f8cf2a;
}
.chrome-yellow {
color: #faa700;
}
.royal-flycatcher-crest {
color: #f56200;
}
.native-hue-of-resolution {
color: #d62e00;
}
.heartbeat {
color: #a80000;
}
/* CSS Variables */
:root {
--dream-of-spring:#f8cf2a;
--chrome-yellow:#faa700;
--royal-flycatcher-crest:#f56200;
--native-hue-of-resolution:#d62e00;
--heartbeat:#a80000;
}