Color names in this palette
CSS code for this palette
/* CSS */
.sahara {
color: #b4962d;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.march-green {
color: #d6c800;
}
.moldy-ochre {
color: #d6a400;
}
.harvest-eve-gold {
color: #d69200;
}
/* CSS Variables */
:root {
--sahara:#b4962d;
--groovy-lemon-pie:#d6ba00;
--march-green:#d6c800;
--moldy-ochre:#d6a400;
--harvest-eve-gold:#d69200;
}