Color names in this palette
CSS code for this palette
/* CSS */
.cos {
color: #a2c58c;
}
.pistachio-green {
color: #a9d69e;
}
.basil-smash {
color: #b6e0a3;
}
.natural-youth {
color: #d9e9b4;
}
.australian-mint {
color: #f2f6a7;
}
/* CSS Variables */
:root {
--cos:#a2c58c;
--pistachio-green:#a9d69e;
--basil-smash:#b6e0a3;
--natural-youth:#d9e9b4;
--australian-mint:#f2f6a7;
}