Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.milky-way {
color: #e8f4f8;
}
.nature-s-delight {
color: #a5d88d;
}
.white-sulfur {
color: #f0f9e7;
}
.cameo-cream {
color: #f4e1c3;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--milky-way:#e8f4f8;
--nature-s-delight:#a5d88d;
--white-sulfur:#f0f9e7;
--cameo-cream:#f4e1c3;
}