All Palettes

Color Palette #ff6d1f, #ff9d4d, #ffcc7a, #ffe5a3, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.tangerine-tango {
color: #ff9d4d;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe5a3;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--tangerine-tango:#ff9d4d;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe5a3;
--white:#ffffff;
}

More palettes to explore