Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.aged-purple {
color: #a44c9d;
}
.i-love-you-pink {
color: #d77e92;
}
.orange-chiffon {
color: #fbb07e;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--aged-purple:#a44c9d;
--i-love-you-pink:#d77e92;
--orange-chiffon:#fbb07e;
--radiant-sun:#f3ca4f;
}