Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5a4b8b;
}
.viola-grey {
color: #8c6a9a;
}
.tea-towel {
color: #c5a6c4;
}
.sunrise {
color: #f0c17a;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--bright-eggplant:#5a4b8b;
--viola-grey:#8c6a9a;
--tea-towel:#c5a6c4;
--sunrise:#f0c17a;
--dodgeroll-gold:#f39c12;
}