Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.bright-blue-violet {
color: #8a2ce2;
}
.capri {
color: #00bfff;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--bright-blue-violet:#8a2ce2;
--capri:#00bfff;
--secret-story:#ff1492;
}