Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d3a6e8;
}
.syrian-violet {
color: #e3c7e5;
}
.tamale-maize {
color: #f7e8b6;
}
.gumball {
color: #e8b0d1;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--bright-ube:#d3a6e8;
--syrian-violet:#e3c7e5;
--tamale-maize:#f7e8b6;
--gumball:#e8b0d1;
}