CSS code for this palette
/* CSS */
.bermuda {
color: #1b808d;
}
.bianchi-green {
color: #3dd1c8;
}
.hammam-blue {
color: #69e2d8;
}
.icery {
color: #a1f7e4;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--bermuda:#1b808d;
--bianchi-green:#3dd1c8;
--hammam-blue:#69e2d8;
--icery:#a1f7e4;
--mint-cream:#f5fffa;
}