Color names in this palette
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;
}