Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.trunks-hair {
color: #a05abf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--trunks-hair:#a05abf;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
--maldives:#00bdd6;
}