Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b1b4a2;
}
.bayberry-frost {
color: #d2d9c9;
}
.ice-palace {
color: #e2e4d8;
}
.laundry-white {
color: #f5f8f1;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--environmental:#b1b4a2;
--bayberry-frost:#d2d9c9;
--ice-palace:#e2e4d8;
--laundry-white:#f5f8f1;
--everlasting-ice:#f5faf9;
}