Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f6c5a7;
}
.bone-white {
color: #f1e0b1;
}
.fringy-flower {
color: #b5e3b7;
}
.baby-tears {
color: #69b7d8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f6c5a7;
--bone-white:#f1e0b1;
--fringy-flower:#b5e3b7;
--baby-tears:#69b7d8;
}