Color names in this palette
CSS code for this palette
/* CSS */
.belfast {
color: #5b8c4f;
}
.sweet-midori {
color: #a6c856;
}
.honey-grove {
color: #d9b34a;
}
.sun-bleached-ochre {
color: #e2a87e;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--belfast:#5b8c4f;
--sweet-midori:#a6c856;
--honey-grove:#d9b34a;
--sun-bleached-ochre:#e2a87e;
--fire-island:#d94f3a;
}