CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.blue-bauble {
color: #a9e0e0;
}
.may-day {
color: #56c8c8;
}
.baltic {
color: #1f9e9e;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--blue-bauble:#a9e0e0;
--may-day:#56c8c8;
--baltic:#1f9e9e;
--teal:#007f80;
}