Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f7d3a1;
}
.ibis {
color: #f3afc0;
}
.bubblegum {
color: #e85e7a;
}
.royal-gramma-purple {
color: #a44ec6;
}
.swiss-plum {
color: #5e4ca9;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f7d3a1;
--ibis:#f3afc0;
--bubblegum:#e85e7a;
--royal-gramma-purple:#a44ec6;
--swiss-plum:#5e4ca9;
}