Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.flambrosia {
color: #e6a400;
}
.leopard {
color: #d69a00;
}
.kenyan-sand {
color: #b88d00;
}
.yellowish-brown {
color: #9e7900;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--flambrosia:#e6a400;
--leopard:#d69a00;
--kenyan-sand:#b88d00;
--yellowish-brown:#9e7900;
}