All Palettes

Color Palette #ff3d33, #ff6a3d, #ffa05c, #ffc96b, #ffeb85

0%
0%
0%

CSS code for this palette

/* CSS */
.red-orange {
color: #ff3d33;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.clarified-orange {
color: #ffa05c;
}
.chanterelles {
color: #ffc96b;
}
.citrus-punch {
color: #ffeb85;
}

/* CSS Variables */
:root {
--red-orange:#ff3d33;
--smashed-pumpkin:#ff6a3d;
--clarified-orange:#ffa05c;
--chanterelles:#ffc96b;
--citrus-punch:#ffeb85;
}

More palettes to explore