Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6cbf45;
}
.crystal-green {
color: #a6d87d;
}
.mint-julep {
color: #e1f09e;
}
.vanilla-pudding {
color: #f5e56b;
}
.lighthouse-glow {
color: #f9d36c;
}
/* CSS Variables */
:root {
--pure-apple:#6cbf45;
--crystal-green:#a6d87d;
--mint-julep:#e1f09e;
--vanilla-pudding:#f5e56b;
--lighthouse-glow:#f9d36c;
}