Color names in this palette
CSS code for this palette
/* CSS */
.ocean-surf {
color: #7da0ba;
}
.delicate-ice {
color: #b4d1e4;
}
.friendly-yellow {
color: #f5e1b2;
}
.mellow-apricot {
color: #f9b87b;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--ocean-surf:#7da0ba;
--delicate-ice:#b4d1e4;
--friendly-yellow:#f5e1b2;
--mellow-apricot:#f9b87b;
--reductant:#e85e5e;
}