Color names in this palette
CSS code for this palette
/* CSS */
.quinoline-yellow {
color: #f7e02b;
}
.dream-of-spring {
color: #f8cf2a;
}
.late-afternoon {
color: #f9aa34;
}
.flame-orange {
color: #f78b26;
}
.persimmon-orange {
color: #f76c2b;
}
/* CSS Variables */
:root {
--quinoline-yellow:#f7e02b;
--dream-of-spring:#f8cf2a;
--late-afternoon:#f9aa34;
--flame-orange:#f78b26;
--persimmon-orange:#f76c2b;
}