Color names in this palette
CSS code for this palette
/* CSS */
.irish-clover {
color: #4e734e;
}
.blackthorn-green {
color: #6ea06e;
}
.greek-garden {
color: #8ccf8c;
}
.grape-green {
color: #a4e0a4;
}
.pastel-mint {
color: #d1f5d1;
}
/* CSS Variables */
:root {
--irish-clover:#4e734e;
--blackthorn-green:#6ea06e;
--greek-garden:#8ccf8c;
--grape-green:#a4e0a4;
--pastel-mint:#d1f5d1;
}