Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.sundown {
color: #f5c99e;
}
.shaded-sun {
color: #f3eba5;
}
.yucca-cream {
color: #a1d9cc;
}
.cologne {
color: #76c1d5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--sundown:#f5c99e;
--shaded-sun:#f3eba5;
--yucca-cream:#a1d9cc;
--cologne:#76c1d5;
}