Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6b3f8d;
}
.aster-violetta {
color: #8f609f;
}
.african-violet {
color: #b480b7;
}
.lily-legs {
color: #f1c6d5;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--amaranth-purple:#6b3f8d;
--aster-violetta:#8f609f;
--african-violet:#b480b7;
--lily-legs:#f1c6d5;
--illuminated:#f9e5d7;
}