CSS code for this palette
/* CSS */
.calypso {
color: #3c6f8b;
}
.estuary-blue {
color: #6da2b6;
}
.june {
color: #9dc5d7;
}
.aviary-blue {
color: #c5e1e8;
}
.frosty-mint {
color: #dff6f3;
}
/* CSS Variables */
:root {
--calypso:#3c6f8b;
--estuary-blue:#6da2b6;
--june:#9dc5d7;
--aviary-blue:#c5e1e8;
--frosty-mint:#dff6f3;
}