CSS code for this palette
/* CSS */
.bermuda {
color: #1f7a93;
}
.garish-green {
color: #4abf8c;
}
.patrice {
color: #89e1a2;
}
.bright-khaki {
color: #f0e78e;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--bermuda:#1f7a93;
--garish-green:#4abf8c;
--patrice:#89e1a2;
--bright-khaki:#f0e78e;
--sundance:#f8c76d;
}