Color names in this palette
CSS code for this palette
/* CSS */
.bleached-white {
color: #dfe3e7;
}
.maiden-mist {
color: #b8c1c1;
}
.seastone {
color: #7d8b8c;
}
.light-continental-waters {
color: #b1d4d8;
}
.daisy-white {
color: #f8f3e2;
}
/* CSS Variables */
:root {
--bleached-white:#dfe3e7;
--maiden-mist:#b8c1c1;
--seastone:#7d8b8c;
--light-continental-waters:#b1d4d8;
--daisy-white:#f8f3e2;
}