Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.wisteria {
color: #a77dba;
}
.bright-ube {
color: #d4a2e6;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.apricot-glazed-chicken {
color: #f1b11e;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--wisteria:#a77dba;
--bright-ube:#d4a2e6;
--sullivan-s-heart:#f8c4d3;
--apricot-glazed-chicken:#f1b11e;
}