Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.dwarven-peaches {
color: #ffa07a;
}
.zinnia-gold {
color: #ffd980;
}
.casandora-yellow {
color: #ffcf57;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--dwarven-peaches:#ffa07a;
--zinnia-gold:#ffd980;
--casandora-yellow:#ffcf57;
--aerospace-orange:#ff5100;
}