All Palettes

Color Palette #ff6d1f, #ff9c33, #ffcc66, #ffe4b3, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.indian-saffron {
color: #ff9c33;
}
.qing-yellow {
color: #ffcc66;
}
.mouse-nose {
color: #ffe4b3;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--indian-saffron:#ff9c33;
--qing-yellow:#ffcc66;
--mouse-nose:#ffe4b3;
--white:#ffffff;
}

More palettes to explore