Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.apocyan {
color: #99ccff;
}
.girls-night-out {
color: #ff66b3;
}
.watermelon {
color: #ff4757;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--apocyan:#99ccff;
--girls-night-out:#ff66b3;
--watermelon:#ff4757;
}