Color names in this palette
CSS code for this palette
/* CSS */
.green-acres {
color: #4e9b46;
}
.green-lacewing {
color: #8ed06d;
}
.cactus-spike {
color: #c3e0a3;
}
.ivory-keys {
color: #f7f9e6;
}
.xanthous {
color: #f2b62c;
}
/* CSS Variables */
:root {
--green-acres:#4e9b46;
--green-lacewing:#8ed06d;
--cactus-spike:#c3e0a3;
--ivory-keys:#f7f9e6;
--xanthous:#f2b62c;
}