Color names in this palette
CSS code for this palette
/* CSS */
.summer-forest-green {
color: #228c22;
}
.gulfweed {
color: #3b9b3e;
}
.dublin {
color: #6ebf6e;
}
.grape-green {
color: #a6e09e;
}
.blue-romance {
color: #d2f4d2;
}
/* CSS Variables */
:root {
--summer-forest-green:#228c22;
--gulfweed:#3b9b3e;
--dublin:#6ebf6e;
--grape-green:#a6e09e;
--blue-romance:#d2f4d2;
}