CSS code for this palette
/* CSS */
.skink-blue {
color: #5dc3d0;
}
.glassmith {
color: #49b7c1;
}
.sailfish {
color: #2e9eb8;
}
.bermuda {
color: #1a7d8e;
}
.beau-vert {
color: #0b5b66;
}
/* CSS Variables */
:root {
--skink-blue:#5dc3d0;
--glassmith:#49b7c1;
--sailfish:#2e9eb8;
--bermuda:#1a7d8e;
--beau-vert:#0b5b66;
}