Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.ufo-green {
color: #2ecc70;
}
.aloha {
color: #1abc9c;
}
.flamboyant-teal {
color: #16a286;
}
.swamp-mausoleum {
color: #0b5143;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--ufo-green:#2ecc70;
--aloha:#1abc9c;
--flamboyant-teal:#16a286;
--swamp-mausoleum:#0b5143;
}