Color names in this palette
CSS code for this palette
/* CSS */
.westar {
color: #d4cfc4;
}
.roman-wall {
color: #b0afa0;
}
.excelsior {
color: #908c84;
}
.charcoal-sketch {
color: #5d5b56;
}
.lacquered-liquorice {
color: #3a3936;
}
/* CSS Variables */
:root {
--westar:#d4cfc4;
--roman-wall:#b0afa0;
--excelsior:#908c84;
--charcoal-sketch:#5d5b56;
--lacquered-liquorice:#3a3936;
}