Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b0b4a2;
}
.winter-squash {
color: #a9b9a2;
}
.paella-natural-white {
color: #e0d8c2;
}
.simplify-beige {
color: #d6c6b8;
}
.diverse-beige {
color: #c2b4a8;
}
/* CSS Variables */
:root {
--environmental:#b0b4a2;
--winter-squash:#a9b9a2;
--paella-natural-white:#e0d8c2;
--simplify-beige:#d6c6b8;
--diverse-beige:#c2b4a8;
}