Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.fuchsia-pheromone {
color: #a64fb5;
}
.lavender-pink {
color: #d78ed5;
}
.pinky-swear {
color: #f1a7f1;
}
.sugarpills {
color: #f8e0ff;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--fuchsia-pheromone:#a64fb5;
--lavender-pink:#d78ed5;
--pinky-swear:#f1a7f1;
--sugarpills:#f8e0ff;
}