CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.tan-whirl {
color: #f1d6d0;
}
.springtime {
color: #e9e7b4;
}
.terrace-pool {
color: #a3d6e0;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--tan-whirl:#f1d6d0;
--springtime:#e9e7b4;
--terrace-pool:#a3d6e0;
--syndicalist:#f5c400;
}