Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pink-dogwood {
color: #f7d3cf;
}
.china-doll {
color: #f2e4d4;
}
.bleached-aqua {
color: #bae3e3;
}
.blue-click {
color: #a6d7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pink-dogwood:#f7d3cf;
--china-doll:#f2e4d4;
--bleached-aqua:#bae3e3;
--blue-click:#a6d7e7;
}