All Palettes

Color Palette #f0a400, #e05e00, #c74c00, #8f3c00, #5c2800

0%
0%
0%

CSS code for this palette

/* CSS */
.lemon-dream {
color: #f0a400;
}
.orange-danger {
color: #e05e00;
}
.dark-orange {
color: #c74c00;
}
.espresso-martini {
color: #8f3c00;
}
.conker-brown {
color: #5c2800;
}

/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--orange-danger:#e05e00;
--dark-orange:#c74c00;
--espresso-martini:#8f3c00;
--conker-brown:#5c2800;
}

More palettes to explore