Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.lush-lilac {
color: #9c7cbb;
}
.citrus-sachet {
color: #f1c6a7;
}
.bergamot-orange {
color: #f6a05a;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--lush-lilac:#9c7cbb;
--citrus-sachet:#f1c6a7;
--bergamot-orange:#f6a05a;
--medium-vermilion:#d85d3b;
}