Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.soviet-gold {
color: #ffd900;
}
.afternoon-sky {
color: #89cfeb;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--soviet-gold:#ffd900;
--afternoon-sky:#89cfeb;
--steel-blue:#4682b4;
}