Color names in this palette
CSS code for this palette
/* CSS */
.clover-patch {
color: #4f9c5a;
}
.relaxation-green {
color: #a2d19e;
}
.boxwood-yellow {
color: #efe2a4;
}
.citrus-honey {
color: #f4b76c;
}
.painted-poppy {
color: #cf503a;
}
/* CSS Variables */
:root {
--clover-patch:#4f9c5a;
--relaxation-green:#a2d19e;
--boxwood-yellow:#efe2a4;
--citrus-honey:#f4b76c;
--painted-poppy:#cf503a;
}