Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b1e7;
}
.wisteria {
color: #a77ccb;
}
.amaranth-purple {
color: #6b3f8d;
}
.always-rosey {
color: #e59fb3;
}
.indian-clay {
color: #f3d0bf;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b1e7;
--wisteria:#a77ccb;
--amaranth-purple:#6b3f8d;
--always-rosey:#e59fb3;
--indian-clay:#f3d0bf;
}