Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.sundown {
color: #f5c99e;
}
.sandy-shore {
color: #f2ebba;
}
.faint-clover {
color: #b3ead6;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--sundown:#f5c99e;
--sandy-shore:#f2ebba;
--faint-clover:#b3ead6;
--light-budgie-blue:#a1d6e8;
}