Color names in this palette
CSS code for this palette
/* CSS */
.last-of-lettuce {
color: #a7d96d;
}
.fresh-lettuce {
color: #b4d88d;
}
.field-day {
color: #c2e9a5;
}
.blue-pearl {
color: #c5d7e2;
}
.canyon-mist {
color: #a7a3c2;
}
/* CSS Variables */
:root {
--last-of-lettuce:#a7d96d;
--fresh-lettuce:#b4d88d;
--field-day:#c2e9a5;
--blue-pearl:#c5d7e2;
--canyon-mist:#a7a3c2;
}