Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-blue-violet {
color: #8a2ce2;
}
.singapore-orchid {
color: #9f1fef;
}
.moth-orchid {
color: #d6006f;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-blue-violet:#8a2ce2;
--singapore-orchid:#9f1fef;
--moth-orchid:#d6006f;
--f-n-h-ng-pink:#ff6bb5;
}