Color names in this palette
CSS code for this palette
/* CSS */
.flatty-yellow {
color: #fae500;
}
.empire-yellow {
color: #f5d400;
}
.american-yellow {
color: #f0b400;
}
.lemon-dream {
color: #f0a000;
}
.hotter-butter {
color: #e68a00;
}
/* CSS Variables */
:root {
--flatty-yellow:#fae500;
--empire-yellow:#f5d400;
--american-yellow:#f0b400;
--lemon-dream:#f0a000;
--hotter-butter:#e68a00;
}