Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-blue-violet {
color: #8a2ce2;
}
.singapore-orchid {
color: #9f1fef;
}
.psychedelic-purple {
color: #d900ff;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-blue-violet:#8a2ce2;
--singapore-orchid:#9f1fef;
--psychedelic-purple:#d900ff;
--n-rang-orange:#ff8052;
}