Color names in this palette
CSS code for this palette
/* CSS */
.blackcurrant {
color: #2a1a3d;
}
.scarlet-gum {
color: #4d2c58;
}
.pageantry-purple {
color: #6e3f7d;
}
.heath-spotted-orchid {
color: #9f5b9a;
}
.glamour {
color: #d89da8;
}
/* CSS Variables */
:root {
--blackcurrant:#2a1a3d;
--scarlet-gum:#4d2c58;
--pageantry-purple:#6e3f7d;
--heath-spotted-orchid:#9f5b9a;
--glamour:#d89da8;
}