Color names in this palette
CSS code for this palette
/* CSS */
.wenge-black {
color: #3d292d;
}
.twilight-blush {
color: #b59b9d;
}
.lady-flower {
color: #cfa5b1;
}
.antique-fuchsia {
color: #8e5d7f;
}
.joyful-ruby {
color: #4e2d3c;
}
/* CSS Variables */
:root {
--wenge-black:#3d292d;
--twilight-blush:#b59b9d;
--lady-flower:#cfa5b1;
--antique-fuchsia:#8e5d7f;
--joyful-ruby:#4e2d3c;
}