Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.wisteria-purple {
color: #8b5f9b;
}
.shade-of-marigold {
color: #b48a3c;
}
.cakepop-sorbet {
color: #f7c64a;
}
.royal-blush {
color: #f06d56;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--wisteria-purple:#8b5f9b;
--shade-of-marigold:#b48a3c;
--cakepop-sorbet:#f7c64a;
--royal-blush:#f06d56;
}