Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a84d9f;
}
.wild-orchid {
color: #d57ca8;
}
.eau-de-rose {
color: #e6b7d3;
}
.rogue-pink {
color: #f6a2bf;
}
.amaranth-pink {
color: #f69dbc;
}
/* CSS Variables */
:root {
--aged-purple:#a84d9f;
--wild-orchid:#d57ca8;
--eau-de-rose:#e6b7d3;
--rogue-pink:#f6a2bf;
--amaranth-pink:#f69dbc;
}