CSS code for this palette
/* CSS */
.tear {
color: #b6d7e2;
}
.airborne {
color: #a1c1d4;
}
.ebbtide {
color: #81b3c1;
}
.calabrese {
color: #f5a9a3;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--tear:#b6d7e2;
--airborne:#a1c1d4;
--ebbtide:#81b3c1;
--calabrese:#f5a9a3;
--smooth-as-corn-silk:#f4e4b3;
}