CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.verditer {
color: #00b3aa;
}
.turquoise-surf {
color: #00c4c7;
}
.iced-aqua {
color: #a6d6d8;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--teal:#007f80;
--verditer:#00b3aa;
--turquoise-surf:#00c4c7;
--iced-aqua:#a6d6d8;
--bright-khaki:#f0e78e;
}