All Palettes

Color Palette #fbae6a, #d59f4d, #9f643c, #694d3a, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.orange-fire {
color: #fbae6a;
}
.saffron-robe {
color: #d59f4d;
}
.earth {
color: #9f643c;
}
.radigan-conagher-brown {
color: #694d3a;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--orange-fire:#fbae6a;
--saffron-robe:#d59f4d;
--earth:#9f643c;
--radigan-conagher-brown:#694d3a;
--black:#000000;
}

More palettes to explore