Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #493c3c;
}
.zambezi {
color: #6c5a5a;
}
.renwick-heather {
color: #8d7c7c;
}
.object-of-desire {
color: #b9a7a7;
}
.fairview-taupe {
color: #d9c4c4;
}
/* CSS Variables */
:root {
--dark-taupe:#493c3c;
--zambezi:#6c5a5a;
--renwick-heather:#8d7c7c;
--object-of-desire:#b9a7a7;
--fairview-taupe:#d9c4c4;
}