Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.gilded {
color: #f5e14d;
}
.cheerly-kiwi {
color: #c4d10a;
}
.traffic-light-green {
color: #8c9900;
}
.highlands-moss {
color: #4a4d00;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--gilded:#f5e14d;
--cheerly-kiwi:#c4d10a;
--traffic-light-green:#8c9900;
--highlands-moss:#4a4d00;
}