Color names in this palette
CSS code for this palette
/* CSS */
.harley-hair-purple {
color: #893cb9;
}
.lavendless {
color: #b86dba;
}
.rose-mallow {
color: #f1a7c8;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--harley-hair-purple:#893cb9;
--lavendless:#b86dba;
--rose-mallow:#f1a7c8;
--antique-wicker-basket:#f1d3a2;
--shalimar:#f8f9a9;
}