Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.ceramic-green {
color: #3ebb6e;
}
.green-fondant {
color: #2da463;
}
.bottle-glass {
color: #1e8f55;
}
.salem {
color: #1a7a4a;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--ceramic-green:#3ebb6e;
--green-fondant:#2da463;
--bottle-glass:#1e8f55;
--salem:#1a7a4a;
}