CSS code for this palette
/* CSS */
.blues {
color: #2b6d9c;
}
.dolphin-daze {
color: #5ea1b5;
}
.antigua-sand {
color: #80c3d0;
}
.jemima {
color: #f3d57c;
}
.sohi-orange {
color: #e3805f;
}
/* CSS Variables */
:root {
--blues:#2b6d9c;
--dolphin-daze:#5ea1b5;
--antigua-sand:#80c3d0;
--jemima:#f3d57c;
--sohi-orange:#e3805f;
}