CSS code for this palette
/* CSS */
.blue-tint {
color: #a0d9da;
}
.everest {
color: #a1e2e0;
}
.east-cape {
color: #b5f2e5;
}
.pink-chintz {
color: #f1c0d1;
}
.simple-pink {
color: #f6a2af;
}
/* CSS Variables */
:root {
--blue-tint:#a0d9da;
--everest:#a1e2e0;
--east-cape:#b5f2e5;
--pink-chintz:#f1c0d1;
--simple-pink:#f6a2af;
}