Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a7d3b4;
}
.field-day {
color: #c5e4a5;
}
.chiffon {
color: #f4f7bb;
}
.ice-cream-parlour {
color: #f8d0af;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--glenwood-green:#a7d3b4;
--field-day:#c5e4a5;
--chiffon:#f4f7bb;
--ice-cream-parlour:#f8d0af;
--sweet-lilac:#eab8d1;
}