Color names in this palette
CSS code for this palette
/* CSS */
.country-meadow {
color: #1a5b4a;
}
.greenway {
color: #3b9b7d;
}
.sainsbury {
color: #66b79c;
}
.fabulous-find {
color: #a8e1c9;
}
.frosty-mint {
color: #dff6ef;
}
/* CSS Variables */
:root {
--country-meadow:#1a5b4a;
--greenway:#3b9b7d;
--sainsbury:#66b79c;
--fabulous-find:#a8e1c9;
--frosty-mint:#dff6ef;
}