Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abf45;
}
.crystal-green {
color: #a2d97d;
}
.crystal-apple {
color: #d1e8a1;
}
.yellow-chalk {
color: #f4fbb1;
}
.boxwood-yellow {
color: #f0e6a3;
}
/* CSS Variables */
:root {
--pure-apple:#6abf45;
--crystal-green:#a2d97d;
--crystal-apple:#d1e8a1;
--yellow-chalk:#f4fbb1;
--boxwood-yellow:#f0e6a3;
}