CSS code for this palette
/* CSS */
.mint-gloss {
color: #c8f9cd;
}
.everest {
color: #9ee2e5;
}
.squeaky {
color: #69c4d8;
}
.opalescent {
color: #3998c0;
}
.georgian-bay {
color: #1e6180;
}
/* CSS Variables */
:root {
--mint-gloss:#c8f9cd;
--everest:#9ee2e5;
--squeaky:#69c4d8;
--opalescent:#3998c0;
--georgian-bay:#1e6180;
}