Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.indiviolet-sunset {
color: #690dab;
}
.indigo {
color: #4a0080;
}
.pink-orchid {
color: #da71d7;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--indiviolet-sunset:#690dab;
--indigo:#4a0080;
--pink-orchid:#da71d7;
--f-n-h-ng-pink:#ff6bb5;
}