Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d6b1d8;
}
.mauve-memento {
color: #a56998;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.scarlet-gum {
color: #4d2c58;
}
.your-darkness {
color: #290042;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d6b1d8;
--mauve-memento:#a56998;
--cabbage-blossom-violet:#6e4d7a;
--scarlet-gum:#4d2c58;
--your-darkness:#290042;
}