All Palettes

Color Palette #f7c94b, #f9a939, #f47b1f, #d8512c, #a83e2e

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94b;
}
.raichu-orange {
color: #f9a939;
}
.sun-orange {
color: #f47b1f;
}
.obstinate-orange {
color: #d8512c;
}
.chocolate-chili {
color: #a83e2e;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--raichu-orange:#f9a939;
--sun-orange:#f47b1f;
--obstinate-orange:#d8512c;
--chocolate-chili:#a83e2e;
}

More palettes to explore