Color names in this palette
CSS code for this palette
/* CSS */
.mimolette-orange {
color: #f08d14;
}
.bitter-orange {
color: #d8792c;
}
.emperador {
color: #7b593d;
}
.cioccolato {
color: #5c3b2d;
}
.gold-varnish-brown {
color: #b85e2e;
}
/* CSS Variables */
:root {
--mimolette-orange:#f08d14;
--bitter-orange:#d8792c;
--emperador:#7b593d;
--cioccolato:#5c3b2d;
--gold-varnish-brown:#b85e2e;
}