Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.egyptian-gold {
color: #f0a44c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.harbour-mist {
color: #d9e1e3;
}
.cactus-spike {
color: #c4e0a3;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--egyptian-gold:#f0a44c;
--grapefruit-pulp:#ff6e61;
--harbour-mist:#d9e1e3;
--cactus-spike:#c4e0a3;
}