Color names in this palette
CSS code for this palette
/* CSS */
.emerald-cory {
color: #57b774;
}
.garish-green {
color: #4bbe8e;
}
.disc-jockey {
color: #41c8ab;
}
.bianchi-green {
color: #3cd3b4;
}
.turquoise-panic {
color: #37d7c5;
}
/* CSS Variables */
:root {
--emerald-cory:#57b774;
--garish-green:#4bbe8e;
--disc-jockey:#41c8ab;
--bianchi-green:#3cd3b4;
--turquoise-panic:#37d7c5;
}