Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.sundown {
color: #f5c99e;
}
.boxwood-yellow {
color: #f1e5a2;
}
.chinook {
color: #a4d6a9;
}
.sereni-teal {
color: #77b6a8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--sundown:#f5c99e;
--boxwood-yellow:#f1e5a2;
--chinook:#a4d6a9;
--sereni-teal:#77b6a8;
}