Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3c8b58;
}
.oilcloth-green {
color: #7dbf8e;
}
.grape-green {
color: #a3e6a2;
}
.pastel-mint {
color: #cff2d1;
}
.touch-of-mint {
color: #f9fff5;
}
/* CSS Variables */
:root {
--irish:#3c8b58;
--oilcloth-green:#7dbf8e;
--grape-green:#a3e6a2;
--pastel-mint:#cff2d1;
--touch-of-mint:#f9fff5;
}