Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.recycled-glass {
color: #b6c3b7;
}
.green-tilberi {
color: #d6e1d0;
}
.chamois-cloth {
color: #f0e2d1;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--recycled-glass:#b6c3b7;
--green-tilberi:#d6e1d0;
--chamois-cloth:#f0e2d1;
--seasonal-beige:#e9b79f;
}