Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b1b4a2;
}
.bayberry-frost {
color: #d0d7c6;
}
.bonaire {
color: #e5e3d7;
}
.eugenia {
color: #f2e8d4;
}
.rustique {
color: #f6c0b1;
}
/* CSS Variables */
:root {
--environmental:#b1b4a2;
--bayberry-frost:#d0d7c6;
--bonaire:#e5e3d7;
--eugenia:#f2e8d4;
--rustique:#f6c0b1;
}