Color names in this palette
CSS code for this palette
/* CSS */
.mint-grasshopper {
color: #e3f1df;
}
.tropical {
color: #a8e6ce;
}
.emerald-wave {
color: #4eb7ac;
}
.deep-peacock-blue {
color: #009485;
}
.pond-moss {
color: #007a6c;
}
/* CSS Variables */
:root {
--mint-grasshopper:#e3f1df;
--tropical:#a8e6ce;
--emerald-wave:#4eb7ac;
--deep-peacock-blue:#009485;
--pond-moss:#007a6c;
}