Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6b3c8b;
}
.aster-violetta {
color: #8e5b9f;
}
.bell-heather {
color: #a477b1;
}
.lavender-water {
color: #d1c7e0;
}
.petal-poise {
color: #f5e5f0;
}
/* CSS Variables */
:root {
--amaranth-purple:#6b3c8b;
--aster-violetta:#8e5b9f;
--bell-heather:#a477b1;
--lavender-water:#d1c7e0;
--petal-poise:#f5e5f0;
}