Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.cream-custard {
color: #f2d7b0;
}
.candy-heart-pink {
color: #f7a4a1;
}
.oatmeal-cookie {
color: #ebd9c6;
}
.ode-to-green {
color: #b7e6d6;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--cream-custard:#f2d7b0;
--candy-heart-pink:#f7a4a1;
--oatmeal-cookie:#ebd9c6;
--ode-to-green:#b7e6d6;
}