Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.aged-purple {
color: #a64e9f;
}
.peruvian-lily {
color: #c87eba;
}
.barely-bloomed {
color: #e0b0e3;
}
.scented-spring {
color: #f3d2f4;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--aged-purple:#a64e9f;
--peruvian-lily:#c87eba;
--barely-bloomed:#e0b0e3;
--scented-spring:#f3d2f4;
}