Color names in this palette
CSS code for this palette
/* CSS */
.lilac-tan {
color: #d4c6c4;
}
.cloudy-desert {
color: #afa7a1;
}
.renwick-heather {
color: #8a7c7b;
}
.medium-taupe {
color: #694b49;
}
.brown-coffee {
color: #4a2b2b;
}
/* CSS Variables */
:root {
--lilac-tan:#d4c6c4;
--cloudy-desert:#afa7a1;
--renwick-heather:#8a7c7b;
--medium-taupe:#694b49;
--brown-coffee:#4a2b2b;
}