Color names in this palette
CSS code for this palette
/* CSS */
.ruby-violet {
color: #5b394d;
}
.grape-nectar {
color: #8a5c70;
}
.persian-pastel {
color: #a88f9b;
}
.tsarina {
color: #d1b3c4;
}
.be-mine {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--ruby-violet:#5b394d;
--grape-nectar:#8a5c70;
--persian-pastel:#a88f9b;
--tsarina:#d1b3c4;
--be-mine:#f3e2e7;
}