Color names in this palette
CSS code for this palette
/* CSS */
.orange-juice {
color: #ff8000;
}
.mandarin-peel {
color: #ff9d00;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.qing-yellow {
color: #ffcc66;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--orange-juice:#ff8000;
--mandarin-peel:#ff9d00;
--buddha-s-love-handles:#ffbb33;
--qing-yellow:#ffcc66;
--mouse-nose:#ffe4b3;
}