CSS code for this palette
/* CSS */
.bathe-blue {
color: #c2e0e5;
}
.nevada-sky {
color: #a0d9e9;
}
.fine-blue {
color: #b7e1e1;
}
.portofino {
color: #f5f29e;
}
.calabrese {
color: #f6a7a7;
}
/* CSS Variables */
:root {
--bathe-blue:#c2e0e5;
--nevada-sky:#a0d9e9;
--fine-blue:#b7e1e1;
--portofino:#f5f29e;
--calabrese:#f6a7a7;
}