Color names in this palette
CSS code for this palette
/* CSS */
.green-pea {
color: #1d6243;
}
.irish {
color: #3b8c5b;
}
.sainsbury {
color: #65b89a;
}
.green-trance {
color: #a1dea6;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--green-pea:#1d6243;
--irish:#3b8c5b;
--sainsbury:#65b89a;
--green-trance:#a1dea6;
--weathered-mint:#e5f8e2;
}