Color names in this palette
CSS code for this palette
/* CSS */
.plymouth-notch {
color: #d0b1af;
}
.sable-cloaked {
color: #c3a4a2;
}
.city-loft {
color: #a79b8b;
}
.habitat {
color: #897d6c;
}
.bonanza {
color: #503b2b;
}
/* CSS Variables */
:root {
--plymouth-notch:#d0b1af;
--sable-cloaked:#c3a4a2;
--city-loft:#a79b8b;
--habitat:#897d6c;
--bonanza:#503b2b;
}