Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a520;
}
.fat-gold {
color: #e6b800;
}
.gilded {
color: #f3da4f;
}
.no-gmb-yellow {
color: #f9e78b;
}
.creamy-lemon {
color: #fff4b3;
}
/* CSS Variables */
:root {
--chanterelle:#d9a520;
--fat-gold:#e6b800;
--gilded:#f3da4f;
--no-gmb-yellow:#f9e78b;
--creamy-lemon:#fff4b3;
}