Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.prickly-purple {
color: #a45fbf;
}
.barely-bloomed {
color: #d6a9e5;
}
.sugar-chic {
color: #ffccff;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--prickly-purple:#a45fbf;
--barely-bloomed:#d6a9e5;
--sugar-chic:#ffccff;
--f-n-h-ng-pink:#ff6bb5;
}