Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a5d4b7;
}
.middle-yellow-red {
color: #eeaf77;
}
.almond-cream {
color: #f5c29e;
}
.mountain-laurel {
color: #f5c7d4;
}
.sweet-lilac {
color: #e8b5cf;
}
/* CSS Variables */
:root {
--glenwood-green:#a5d4b7;
--middle-yellow-red:#eeaf77;
--almond-cream:#f5c29e;
--mountain-laurel:#f5c7d4;
--sweet-lilac:#e8b5cf;
}