Color names in this palette
CSS code for this palette
/* CSS */
.chelsea-cucumber {
color: #85ab5f;
}
.french-market {
color: #a4c9a1;
}
.fresh-frapp {
color: #dfe9a0;
}
.milky-maize {
color: #f7d6a1;
}
.first-date {
color: #f1b2a2;
}
/* CSS Variables */
:root {
--chelsea-cucumber:#85ab5f;
--french-market:#a4c9a1;
--fresh-frapp:#dfe9a0;
--milky-maize:#f7d6a1;
--first-date:#f1b2a2;
}