Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f7c6a6;
}
.bone-white {
color: #f1e1b1;
}
.whirlpool {
color: #a1d9cf;
}
.jordy-blue {
color: #7ea8e2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f7c6a6;
--bone-white:#f1e1b1;
--whirlpool:#a1d9cf;
--jordy-blue:#7ea8e2;
}