Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f7c6a6;
}
.lazy-daisy {
color: #f4e79f;
}
.patina-green {
color: #b8e6b3;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f7c6a6;
--lazy-daisy:#f4e79f;
--patina-green:#b8e6b3;
--nevada-sky:#a2dae6;
}