Color names in this palette
CSS code for this palette
/* CSS */
.esmeralda {
color: #40bf7b;
}
.green-fondant {
color: #2e996b;
}
.metallic-green {
color: #1d815c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e64b3d;
}
/* CSS Variables */
:root {
--esmeralda:#40bf7b;
--green-fondant:#2e996b;
--metallic-green:#1d815c;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e64b3d;
}