Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.purpureus {
color: #9e54a6;
}
.salmon-sand {
color: #ddaa8d;
}
.dairy-made {
color: #f1b83b;
}
.carnival {
color: #e68d2d;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--purpureus:#9e54a6;
--salmon-sand:#ddaa8d;
--dairy-made:#f1b83b;
--carnival:#e68d2d;
}