CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1dae2;
}
.ibis {
color: #f6b1c1;
}
.noodles {
color: #f9e5b4;
}
.apricot-cream {
color: #f4c18a;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--terrace-pool:#a1dae2;
--ibis:#f6b1c1;
--noodles:#f9e5b4;
--apricot-cream:#f4c18a;
--sweet-lilac:#eab8d1;
}