Color names in this palette
CSS code for this palette
/* CSS */
.medium-grey-green {
color: #4e6e4e;
}
.around-the-gills {
color: #a0b76c;
}
.march-tulip-green {
color: #d2c879;
}
.river-of-gold {
color: #e1b45b;
}
.coral-gold {
color: #d86e4b;
}
/* CSS Variables */
:root {
--medium-grey-green:#4e6e4e;
--around-the-gills:#a0b76c;
--march-tulip-green:#d2c879;
--river-of-gold:#e1b45b;
--coral-gold:#d86e4b;
}