CSS code for this palette
/* CSS */
.aqueous {
color: #3a8e9c;
}
.glassmith {
color: #4cb6c2;
}
.andes-sky {
color: #74d8d1;
}
.sugar-cookie {
color: #f2e2a6;
}
.peach-ash {
color: #f2c5ba;
}
/* CSS Variables */
:root {
--aqueous:#3a8e9c;
--glassmith:#4cb6c2;
--andes-sky:#74d8d1;
--sugar-cookie:#f2e2a6;
--peach-ash:#f2c5ba;
}