Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b1b4a2;
}
.celery-satin {
color: #cfd9bf;
}
.green-iced-tea {
color: #e9e9d3;
}
.soft-butter {
color: #f4e2b8;
}
.pink-mimosa {
color: #f6b8a7;
}
/* CSS Variables */
:root {
--environmental:#b1b4a2;
--celery-satin:#cfd9bf;
--green-iced-tea:#e9e9d3;
--soft-butter:#f4e2b8;
--pink-mimosa:#f6b8a7;
}