Color names in this palette
CSS code for this palette
/* CSS */
.mow-the-lawn {
color: #a5b899;
}
.chopped-dill {
color: #b7c19f;
}
.reed {
color: #c8d3a6;
}
.iced-celery {
color: #e1e8b5;
}
.cocoa-butter {
color: #f5f9be;
}
/* CSS Variables */
:root {
--mow-the-lawn:#a5b899;
--chopped-dill:#b7c19f;
--reed:#c8d3a6;
--iced-celery:#e1e8b5;
--cocoa-butter:#f5f9be;
}