Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e45d;
}
.creamy-sweet-corn {
color: #f9c04e;
}
.t-morokoshi-corn {
color: #f8a53f;
}
.flame-orange {
color: #f88a2a;
}
.apocalyptic-orange {
color: #f76d1d;
}
/* CSS Variables */
:root {
--goldfinch:#f9e45d;
--creamy-sweet-corn:#f9c04e;
--t-morokoshi-corn:#f8a53f;
--flame-orange:#f88a2a;
--apocalyptic-orange:#f76d1d;
}