Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pink-marshmallow {
color: #f4b8d3;
}
.peach-damask {
color: #f7c6a6;
}
.oyster-bisque {
color: #f2e7b0;
}
.ode-to-green {
color: #b4e4d7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pink-marshmallow:#f4b8d3;
--peach-damask:#f7c6a6;
--oyster-bisque:#f2e7b0;
--ode-to-green:#b4e4d7;
}