Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a64e9f;
}
.amaranth {
color: #e170b5;
}
.wisley-pink {
color: #f4a499;
}
.common-dandelion {
color: #ffd65c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aged-purple:#a64e9f;
--amaranth:#e170b5;
--wisley-pink:#f4a499;
--common-dandelion:#ffd65c;
--grapefruit-pulp:#ff6e61;
}