Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.distilled-moss {
color: #d1ffcc;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--distilled-moss:#d1ffcc;
--capri:#00bfff;
}