Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pastel-peach {
color: #f4cbae;
}
.bone-white {
color: #f2e2b0;
}
.gentle-wind {
color: #aad1e9;
}
.high-seas {
color: #7ca7d5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pastel-peach:#f4cbae;
--bone-white:#f2e2b0;
--gentle-wind:#aad1e9;
--high-seas:#7ca7d5;
}