Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.sunglow {
color: #ffcc33;
}
.yuzu-marmalade {
color: #ffd966;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.lead-glass {
color: #fff9e5;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--sunglow:#ffcc33;
--yuzu-marmalade:#ffd966;
--vanilla-ice-cream:#ffe7b3;
--lead-glass:#fff9e5;
}