All Palettes

Color Palette #ffc2a3, #ff7b00, #ff5100, #d64b00, #a32900

0%
0%
0%

CSS code for this palette

/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.heat-wave {
color: #ff7b00;
}
.aerospace-orange {
color: #ff5100;
}
.deep-orange {
color: #d64b00;
}
.rust-red {
color: #a32900;
}

/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--heat-wave:#ff7b00;
--aerospace-orange:#ff5100;
--deep-orange:#d64b00;
--rust-red:#a32900;
}

More palettes to explore