Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3d3a;
}
.namibia {
color: #7d6c64;
}
.city-loft {
color: #a79b8b;
}
.coral-clay {
color: #c0b0a0;
}
.sentimental {
color: #e6d9d0;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3d3a;
--namibia:#7d6c64;
--city-loft:#a79b8b;
--coral-clay:#c0b0a0;
--sentimental:#e6d9d0;
}