All Palettes

Color Palette #f7c94a, #f1b74b, #f09e4c, #e56d48, #d95136

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94a;
}
.maximum-yellow-red {
color: #f1b74b;
}
.question-mark-block {
color: #f09e4c;
}
.coral-orange {
color: #e56d48;
}
.fire-island {
color: #d95136;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94a;
--maximum-yellow-red:#f1b74b;
--question-mark-block:#f09e4c;
--coral-orange:#e56d48;
--fire-island:#d95136;
}

More palettes to explore