Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.bright-blue-violet {
color: #8a2ce2;
}
.indigo {
color: #4a0080;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--bright-blue-violet:#8a2ce2;
--indigo:#4a0080;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
}