Color names in this palette
CSS code for this palette
/* CSS */
.bleached-cedar {
color: #2e1b32;
}
.dreamy-heaven {
color: #5a3f58;
}
.champion {
color: #7b5d83;
}
.choral-singer {
color: #b67c92;
}
.eau-de-rose {
color: #e1b7d2;
}
/* CSS Variables */
:root {
--bleached-cedar:#2e1b32;
--dreamy-heaven:#5a3f58;
--champion:#7b5d83;
--choral-singer:#b67c92;
--eau-de-rose:#e1b7d2;
}