Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #594b8b;
}
.viola-grey {
color: #8d6a9a;
}
.whistler-rose {
color: #c79e8e;
}
.brain-pink {
color: #f1b1b1;
}
.fireglow {
color: #d45b40;
}
/* CSS Variables */
:root {
--bright-eggplant:#594b8b;
--viola-grey:#8d6a9a;
--whistler-rose:#c79e8e;
--brain-pink:#f1b1b1;
--fireglow:#d45b40;
}