Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3e7a3e;
}
.endo {
color: #5ea65e;
}
.greek-garden {
color: #8bd58b;
}
.venetian-pearl {
color: #d3e9d3;
}
.whitest-white {
color: #f5faf5;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3e7a3e;
--endo:#5ea65e;
--greek-garden:#8bd58b;
--venetian-pearl:#d3e9d3;
--whitest-white:#f5faf5;
}