Color names in this palette
CSS code for this palette
/* CSS */
.coral-gold {
color: #d86e4b;
}
.burnt-copper {
color: #c46b3b;
}
.venerable-verde {
color: #a7c78a;
}
.lemon-poppy {
color: #e1b05b;
}
.bacchanalia-red {
color: #8c3c3b;
}
/* CSS Variables */
:root {
--coral-gold:#d86e4b;
--burnt-copper:#c46b3b;
--venerable-verde:#a7c78a;
--lemon-poppy:#e1b05b;
--bacchanalia-red:#8c3c3b;
}