Color names in this palette
CSS code for this palette
/* CSS */
.flatty-yellow {
color: #fae500;
}
.safety-yellow {
color: #f0d000;
}
.fat-gold {
color: #e6b800;
}
.moldy-ochre {
color: #d6a100;
}
.romaine-green {
color: #a88c00;
}
/* CSS Variables */
:root {
--flatty-yellow:#fae500;
--safety-yellow:#f0d000;
--fat-gold:#e6b800;
--moldy-ochre:#d6a100;
--romaine-green:#a88c00;
}