Color names in this palette
CSS code for this palette
/* CSS */
.va-va-voom {
color: #e4b74e;
}
.rumba-orange {
color: #c97a45;
}
.wilted-brown {
color: #aa4c3c;
}
.tuscan-russet {
color: #723c3c;
}
.brown-coffee {
color: #4a2b2b;
}
/* CSS Variables */
:root {
--va-va-voom:#e4b74e;
--rumba-orange:#c97a45;
--wilted-brown:#aa4c3c;
--tuscan-russet:#723c3c;
--brown-coffee:#4a2b2b;
}