All Palettes

Color Palette #e2c5d2, #f1b7a7, #f3a158, #f79c40, #f76a3b

0%
0%
0%

CSS code for this palette

/* CSS */
.etcetera {
color: #e2c5d2;
}
.sweet-sheba {
color: #f1b7a7;
}
.bergamot-orange {
color: #f3a158;
}
.chat-orange {
color: #f79c40;
}
.carrot {
color: #f76a3b;
}

/* CSS Variables */
:root {
--etcetera:#e2c5d2;
--sweet-sheba:#f1b7a7;
--bergamot-orange:#f3a158;
--chat-orange:#f79c40;
--carrot:#f76a3b;
}

More palettes to explore