Color names in this palette
CSS code for this palette
/* CSS */
.flush-orange {
color: #ff6e00;
}
.mandarin-peel {
color: #ff9d00;
}
.electric-glow {
color: #ffd000;
}
.cowbell {
color: #ffe680;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--flush-orange:#ff6e00;
--mandarin-peel:#ff9d00;
--electric-glow:#ffd000;
--cowbell:#ffe680;
--white:#ffffff;
}