Color names in this palette
CSS code for this palette
/* CSS */
.stark-white {
color: #d3c6b6;
}
.thorn-crown {
color: #b4a097;
}
.tin-pink {
color: #a38b8a;
}
.nouveau-copper {
color: #a25c3f;
}
.ribbon-red {
color: #c02a3c;
}
/* CSS Variables */
:root {
--stark-white:#d3c6b6;
--thorn-crown:#b4a097;
--tin-pink:#a38b8a;
--nouveau-copper:#a25c3f;
--ribbon-red:#c02a3c;
}