Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cream-blush {
color: #f8c59b;
}
.lime-bright {
color: #f1e3b1;
}
.yucca-cream {
color: #a1d9c7;
}
.broom-butterfly-blue {
color: #6fafdc;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cream-blush:#f8c59b;
--lime-bright:#f1e3b1;
--yucca-cream:#a1d9c7;
--broom-butterfly-blue:#6fafdc;
}