All Palettes

Color Palette #f6e1b1, #f4cba4, #f1a87e, #eb8b5c, #d66d4c

0%
0%
0%

CSS code for this palette

/* CSS */
.friendly-yellow {
color: #f6e1b1;
}
.tequila {
color: #f4cba4;
}
.orange-liqueur {
color: #f1a87e;
}
.heat-of-summer {
color: #eb8b5c;
}
.coral-gold {
color: #d66d4c;
}

/* CSS Variables */
:root {
--friendly-yellow:#f6e1b1;
--tequila:#f4cba4;
--orange-liqueur:#f1a87e;
--heat-of-summer:#eb8b5c;
--coral-gold:#d66d4c;
}

More palettes to explore