Color names in this palette
CSS code for this palette
/* CSS */
.the-fifth-sun {
color: #f6df2c;
}
.butter-cream {
color: #f1b341;
}
.pesto-calabrese {
color: #f79022;
}
.orange-tiger {
color: #f45d0b;
}
.flame-of-prometheus {
color: #db3a00;
}
/* CSS Variables */
:root {
--the-fifth-sun:#f6df2c;
--butter-cream:#f1b341;
--pesto-calabrese:#f79022;
--orange-tiger:#f45d0b;
--flame-of-prometheus:#db3a00;
}