CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.calabrese {
color: #f1a8a2;
}
.mandys-pink {
color: #f7b49c;
}
.sun-shower {
color: #fddd72;
}
.rainbow {
color: #f4c0be;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--calabrese:#f1a8a2;
--mandys-pink:#f7b49c;
--sun-shower:#fddd72;
--rainbow:#f4c0be;
}