CSS code for this palette
/* CSS */
.jaded {
color: #00919e;
}
.green-grapple {
color: #3bb5b1;
}
.sinbad {
color: #a7d7d4;
}
.bone-chilling {
color: #e1f3f4;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--jaded:#00919e;
--green-grapple:#3bb5b1;
--sinbad:#a7d7d4;
--bone-chilling:#e1f3f4;
--lynx-white:#f6f8f8;
}