Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.abra-goldenrod {
color: #f0c400;
}
.empire-yellow {
color: #f5d400;
}
.flatty-yellow {
color: #fae500;
}
.marsupilami {
color: #faf200;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--abra-goldenrod:#f0c400;
--empire-yellow:#f5d400;
--flatty-yellow:#fae500;
--marsupilami:#faf200;
}