Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d798c;
}
.emerald-cory {
color: #4fbf6d;
}
.jovial-jade {
color: #84e1a1;
}
.ganon-blue {
color: #a6e4f7;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--bermuda:#1d798c;
--emerald-cory:#4fbf6d;
--jovial-jade:#84e1a1;
--ganon-blue:#a6e4f7;
--sunshine-mellow:#f1c40e;
}