Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.deviled-eggs {
color: #fdcc81;
}
.venetian-yellow {
color: #f8e5a0;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--deviled-eggs:#fdcc81;
--venetian-yellow:#f8e5a0;
--touch-of-turquoise:#a2d7cf;
--windsor-way:#a2c7e7;
}