Color names in this palette
CSS code for this palette
/* CSS */
.victorian-garden {
color: #5a8c4a;
}
.crystal-green {
color: #a8d87d;
}
.field-day {
color: #c9eaa9;
}
.spring-lily {
color: #f9f5c8;
}
.new-clay {
color: #f1c2b6;
}
/* CSS Variables */
:root {
--victorian-garden:#5a8c4a;
--crystal-green:#a8d87d;
--field-day:#c9eaa9;
--spring-lily:#f9f5c8;
--new-clay:#f1c2b6;
}