Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6d3c8b;
}
.aged-purple {
color: #a64e9f;
}
.prominent-pink {
color: #d89dc0;
}
.buttery {
color: #fcbf83;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--amaranth-purple:#6d3c8b;
--aged-purple:#a64e9f;
--prominent-pink:#d89dc0;
--buttery:#fcbf83;
--grapefruit-pulp:#ff6e61;
}