Color names in this palette
CSS code for this palette
/* CSS */
.simple-white {
color: #e0d9d2;
}
.marshy-habitat {
color: #b8b0a3;
}
.light-aluminium {
color: #c3c5c6;
}
.flint-smoke {
color: #a8b3b0;
}
.seastone {
color: #7d8c8c;
}
/* CSS Variables */
:root {
--simple-white:#e0d9d2;
--marshy-habitat:#b8b0a3;
--light-aluminium:#c3c5c6;
--flint-smoke:#a8b3b0;
--seastone:#7d8c8c;
}