Color names in this palette
CSS code for this palette
/* CSS */
.benikakehana-purple {
color: #5c4f78;
}
.ornate {
color: #7f6a9a;
}
.revered {
color: #a48eaf;
}
.blushing-sky {
color: #d9b5d6;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--benikakehana-purple:#5c4f78;
--ornate:#7f6a9a;
--revered:#a48eaf;
--blushing-sky:#d9b5d6;
--chantilly:#eab8c9;
}