Color names in this palette
CSS code for this palette
/* CSS */
.raven-s-wing {
color: #4c3e46;
}
.composer-s-magic {
color: #7a6e7c;
}
.pastel-purple {
color: #b59bb4;
}
.tender-touch {
color: #d4c6d7;
}
.petal-poise {
color: #f5e5f1;
}
/* CSS Variables */
:root {
--raven-s-wing:#4c3e46;
--composer-s-magic:#7a6e7c;
--pastel-purple:#b59bb4;
--tender-touch:#d4c6d7;
--petal-poise:#f5e5f1;
}