Color names in this palette
CSS code for this palette
/* CSS */
.country-meadow {
color: #1b5f4d;
}
.garish-green {
color: #4bbe8a;
}
.sprig-of-mint {
color: #8de7b1;
}
.peanut-butter-chicken {
color: #ffb861;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--country-meadow:#1b5f4d;
--garish-green:#4bbe8a;
--sprig-of-mint:#8de7b1;
--peanut-butter-chicken:#ffb861;
--grapefruit-pulp:#ff6e61;
}