Color names in this palette
CSS code for this palette
/* CSS */
.liberty-grey {
color: #b2c1c7;
}
.sculptural-silver {
color: #d3d9d5;
}
.pale-green-tea {
color: #e1e3d3;
}
.calcium {
color: #f2f3e7;
}
.aria-ivory {
color: #f9e8d7;
}
/* CSS Variables */
:root {
--liberty-grey:#b2c1c7;
--sculptural-silver:#d3d9d5;
--pale-green-tea:#e1e3d3;
--calcium:#f2f3e7;
--aria-ivory:#f9e8d7;
}