Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f4f1;
}
.sandwashed-glassshard {
color: #dfe7e3;
}
.wingsuit-wind {
color: #b7d7d1;
}
.deco-rate {
color: #8dc8c1;
}
/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f4f1;
--sandwashed-glassshard:#dfe7e3;
--wingsuit-wind:#b7d7d1;
--deco-rate:#8dc8c1;
}