Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.catkin-yellow {
color: #c7a900;
}
.bark-sawdust {
color: #a88f00;
}
.mongolian-plateau {
color: #7a7400;
}
.douro {
color: #505c00;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--catkin-yellow:#c7a900;
--bark-sawdust:#a88f00;
--mongolian-plateau:#7a7400;
--douro:#505c00;
}