Color names in this palette
CSS code for this palette
/* CSS */
.fairview-taupe {
color: #d8c5c5;
}
.dusky {
color: #c1a9a9;
}
.delicate-brown {
color: #a68c8c;
}
.creamed-muscat {
color: #8b6565;
}
.burgundy-wine {
color: #6e3f3f;
}
/* CSS Variables */
:root {
--fairview-taupe:#d8c5c5;
--dusky:#c1a9a9;
--delicate-brown:#a68c8c;
--creamed-muscat:#8b6565;
--burgundy-wine:#6e3f3f;
}