Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.wisteria {
color: #a57cbb;
}
.whisper-of-plum {
color: #d0aee0;
}
.menoth-white-base {
color: #f3e6b9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--wisteria:#a57cbb;
--whisper-of-plum:#d0aee0;
--menoth-white-base:#f3e6b9;
--apricot-glazed-chicken:#f5a524;
}