Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-blue-violet {
color: #8a2ce2;
}
.singapore-orchid {
color: #9f1fef;
}
.rosy-fluffy-bedspread {
color: #d06bff;
}
.strawberry-buttercream {
color: #f5b3ff;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-blue-violet:#8a2ce2;
--singapore-orchid:#9f1fef;
--rosy-fluffy-bedspread:#d06bff;
--strawberry-buttercream:#f5b3ff;
}