Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.gold-vein {
color: #d8b75a;
}
.egyptian-gold {
color: #efae4d;
}
.cheddar-cheese {
color: #f0843d;
}
.crimson-cloud {
color: #c32c3e;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--gold-vein:#d8b75a;
--egyptian-gold:#efae4d;
--cheddar-cheese:#f0843d;
--crimson-cloud:#c32c3e;
}