Color names in this palette
CSS code for this palette
/* CSS */
.yellow-varnish {
color: #e6b565;
}
.saffron-robe {
color: #d59f4d;
}
.child-of-the-moon {
color: #c68e39;
}
.mandalay {
color: #b6802b;
}
.cinnamon-brown {
color: #9f701d;
}
/* CSS Variables */
:root {
--yellow-varnish:#e6b565;
--saffron-robe:#d59f4d;
--child-of-the-moon:#c68e39;
--mandalay:#b6802b;
--cinnamon-brown:#9f701d;
}