CSS code for this palette
/* CSS */
.island-light {
color: #a7c6e7;
}
.rosecco {
color: #f1b6e0;
}
.rapunzel {
color: #f6da7e;
}
.overtone {
color: #a1e3b5;
}
.young-crab {
color: #f79d9c;
}
/* CSS Variables */
:root {
--island-light:#a7c6e7;
--rosecco:#f1b6e0;
--rapunzel:#f6da7e;
--overtone:#a1e3b5;
--young-crab:#f79d9c;
}