Color names in this palette
CSS code for this palette
/* CSS */
.middle-green {
color: #4b8b5a;
}
.clover-mist {
color: #6ebf8c;
}
.grape-green {
color: #a4e3a1;
}
.boxwood-yellow {
color: #f0e4a8;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--middle-green:#4b8b5a;
--clover-mist:#6ebf8c;
--grape-green:#a4e3a1;
--boxwood-yellow:#f0e4a8;
--spicy-paella:#f28d3a;
}