All Palettes

Color Palette #f7c94b, #f28e36, #d65d29, #a73d39, #682c3c

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94b;
}
.spicy-paella {
color: #f28e36;
}
.obstinate-orange {
color: #d65d29;
}
.bijou-red {
color: #a73d39;
}
.siren {
color: #682c3c;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--spicy-paella:#f28e36;
--obstinate-orange:#d65d29;
--bijou-red:#a73d39;
--siren:#682c3c;
}

More palettes to explore