Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mont-blanc-peak {
color: #f3e7e7;
}
.light-pink-polar {
color: #d9c9c9;
}
.smoked-lavender {
color: #d1b3b3;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mont-blanc-peak:#f3e7e7;
--light-pink-polar:#d9c9c9;
--smoked-lavender:#d1b3b3;
--sunday-best:#f9c8c8;
}