Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.grotesque-green {
color: #6feb8a;
}
.tropical {
color: #a8e6ce;
}
.fennel-tea {
color: #d2f9d7;
}
.honeydew {
color: #f0fff0;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--grotesque-green:#6feb8a;
--tropical:#a8e6ce;
--fennel-tea:#d2f9d7;
--honeydew:#f0fff0;
}