Color names in this palette
CSS code for this palette
/* CSS */
.flexible-grey {
color: #b0a5a0;
}
.coral-clay {
color: #c3b3a2;
}
.filmy-green {
color: #d1d4c9;
}
.just-about-green {
color: #e1e7d5;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--flexible-grey:#b0a5a0;
--coral-clay:#c3b3a2;
--filmy-green:#d1d4c9;
--just-about-green:#e1e7d5;
--bean-sprout:#f5f9e7;
}