Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.moldy-ochre {
color: #d6a100;
}
.romaine-green {
color: #a88c00;
}
.vermin-brown {
color: #8a7300;
}
.douro {
color: #5c5600;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--moldy-ochre:#d6a100;
--romaine-green:#a88c00;
--vermin-brown:#8a7300;
--douro:#5c5600;
}