Color names in this palette
CSS code for this palette
/* CSS */
.dinosaur {
color: #7c9c7d;
}
.pastel-mint-green {
color: #afcfb4;
}
.cameo-cream {
color: #f4e2c3;
}
.lion-of-menecrates {
color: #f2a769;
}
.ginger-spice {
color: #b4594b;
}
/* CSS Variables */
:root {
--dinosaur:#7c9c7d;
--pastel-mint-green:#afcfb4;
--cameo-cream:#f4e2c3;
--lion-of-menecrates:#f2a769;
--ginger-spice:#b4594b;
}