Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.friendly-yellow {
color: #f5e2b2;
}
.pink-marshmallow {
color: #f2b1d3;
}
.timeless-seafoam {
color: #b1e2e2;
}
.ocean-cruise {
color: #9fd3df;
}
/* CSS Variables */
:root {
--white:#ffffff;
--friendly-yellow:#f5e2b2;
--pink-marshmallow:#f2b1d3;
--timeless-seafoam:#b1e2e2;
--ocean-cruise:#9fd3df;
}