All Palettes

Color Palette #f5d06b, #f99f3e, #f7692b, #e74d3c, #c94b3b

0%
0%
0%

CSS code for this palette

/* CSS */
.yellow-tulip {
color: #f5d06b;
}
.chat-orange {
color: #f99f3e;
}
.basketball {
color: #f7692b;
}
.mandarin-red {
color: #e74d3c;
}
.painted-poppy {
color: #c94b3b;
}

/* CSS Variables */
:root {
--yellow-tulip:#f5d06b;
--chat-orange:#f99f3e;
--basketball:#f7692b;
--mandarin-red:#e74d3c;
--painted-poppy:#c94b3b;
}

More palettes to explore