Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4c8a;
}
.divine {
color: #9b7f9f;
}
.plumeria {
color: #c4b5d4;
}
.citrus-sachet {
color: #f1c6a7;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4c8a;
--divine:#9b7f9f;
--plumeria:#c4b5d4;
--citrus-sachet:#f1c6a7;
--squash-blossom:#f6b83c;
}