Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4c8a;
}
.dusty-teal {
color: #4a8c89;
}
.fiesta-blue {
color: #70c2b4;
}
.wake-me-up {
color: #f6d55a;
}
.fuego {
color: #ed563b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4c8a;
--dusty-teal:#4a8c89;
--fiesta-blue:#70c2b4;
--wake-me-up:#f6d55a;
--fuego:#ed563b;
}