CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.only-yesterday {
color: #f4d0b8;
}
.almeja {
color: #f4e0c8;
}
.madang {
color: #b5e2a6;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--only-yesterday:#f4d0b8;
--almeja:#f4e0c8;
--madang:#b5e2a6;
--terrace-pool:#a3d6e0;
}