Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #5b2b6e;
}
.exotic-honey {
color: #c77d33;
}
.radiant-sun {
color: #f3ca4f;
}
.bacchanalia-red {
color: #8c3b3b;
}
.york-plum {
color: #d8c2e5;
}
/* CSS Variables */
:root {
--imperial:#5b2b6e;
--exotic-honey:#c77d33;
--radiant-sun:#f3ca4f;
--bacchanalia-red:#8c3b3b;
--york-plum:#d8c2e5;
}