Color names in this palette
CSS code for this palette
/* CSS */
.green-pea {
color: #1d6243;
}
.ocean-green {
color: #3b916f;
}
.green-trance {
color: #a2d8a5;
}
.toxic-latte {
color: #e2f8e5;
}
.ivory-keys {
color: #f7f9e6;
}
/* CSS Variables */
:root {
--green-pea:#1d6243;
--ocean-green:#3b916f;
--green-trance:#a2d8a5;
--toxic-latte:#e2f8e5;
--ivory-keys:#f7f9e6;
}