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