Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.n-renji-orange {
color: #ffbf47;
}
.soviet-gold {
color: #ffd900;
}
.afternoon-sky {
color: #89cfeb;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--n-renji-orange:#ffbf47;
--soviet-gold:#ffd900;
--afternoon-sky:#89cfeb;
--f-n-h-ng-pink:#ff6bb5;
}