Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7b9b4b;
}
.hopscotch {
color: #aaba40;
}
.sulphur-yellow {
color: #d1c252;
}
.jurassic-gold {
color: #e8a34f;
}
.obstinate-orange {
color: #d65d29;
}
/* CSS Variables */
:root {
--mossy-glossy:#7b9b4b;
--hopscotch:#aaba40;
--sulphur-yellow:#d1c252;
--jurassic-gold:#e8a34f;
--obstinate-orange:#d65d29;
}