Color names in this palette
CSS code for this palette
/* CSS */
.dorset-naga {
color: #9c2b2b;
}
.terra-tone {
color: #b46e6e;
}
.mauve-chalk {
color: #e7d0d0;
}
.white {
color: #ffffff;
}
.chocolate-eclair {
color: #694949;
}
/* CSS Variables */
:root {
--dorset-naga:#9c2b2b;
--terra-tone:#b46e6e;
--mauve-chalk:#e7d0d0;
--white:#ffffff;
--chocolate-eclair:#694949;
}