Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pink-beach {
color: #f6c1a7;
}
.pineapple-delight {
color: #f1e6a7;
}
.eerie-glow {
color: #a5d9b8;
}
.blair {
color: #a1c2e3;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pink-beach:#f6c1a7;
--pineapple-delight:#f1e6a7;
--eerie-glow:#a5d9b8;
--blair:#a1c2e3;
}