Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.capri {
color: #00bfff;
}
.toxic-frog {
color: #98fb98;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--capri:#00bfff;
--toxic-frog:#98fb98;
--secret-story:#ff1492;
}