Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b8e3;
}
.royal-pretender {
color: #a167a8;
}
.eminence {
color: #6b3979;
}
.scarlet-gum {
color: #4d2c58;
}
.coarse-wool {
color: #1f1a28;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b8e3;
--royal-pretender:#a167a8;
--eminence:#6b3979;
--scarlet-gum:#4d2c58;
--coarse-wool:#1f1a28;
}