Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.emerald-wave {
color: #4eb7ac;
}
.blue-green-gem {
color: #80cbc4;
}
.wasabi {
color: #aed581;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--emerald-wave:#4eb7ac;
--blue-green-gem:#80cbc4;
--wasabi:#aed581;
--hollandaise:#ffec3d;
}