Color names in this palette
CSS code for this palette
/* CSS */
.melbourne-cup {
color: #40c4b0;
}
.spearmint-burst {
color: #5abf8b;
}
.bilious-green {
color: #a9d36f;
}
.dancing-daisy {
color: #f4c857;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--melbourne-cup:#40c4b0;
--spearmint-burst:#5abf8b;
--bilious-green:#a9d36f;
--dancing-daisy:#f4c857;
--mandarin-red:#e54f3e;
}