Color names in this palette
CSS code for this palette
/* CSS */
.cat-s-eye-marble {
color: #d9a459;
}
.goldsmith {
color: #f2b650;
}
.meadow-yellow {
color: #f9d890;
}
.mango-margarita {
color: #f6b74c;
}
.jurassic-gold {
color: #e1a04c;
}
/* CSS Variables */
:root {
--cat-s-eye-marble:#d9a459;
--goldsmith:#f2b650;
--meadow-yellow:#f9d890;
--mango-margarita:#f6b74c;
--jurassic-gold:#e1a04c;
}