Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.hollandaise {
color: #ffec3d;
}
.mint-macaron {
color: #afeeee;
}
.glass-jar-blue {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--hollandaise:#ffec3d;
--mint-macaron:#afeeee;
--glass-jar-blue:#1fb2aa;
}