Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.pinenut {
color: #f8d8b9;
}
.friendly-yellow {
color: #f5e2b2;
}
.ice-cube {
color: #b1e2d5;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--pinenut:#f8d8b9;
--friendly-yellow:#f5e2b2;
--ice-cube:#b1e2d5;
--windsor-way:#a2c7e7;
}