CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f7d4b6;
}
.ibis {
color: #f6b6c1;
}
.rosecco {
color: #eab8e4;
}
.echo-iris {
color: #b4dff4;
}
.fabulous-find {
color: #a9e0c8;
}
/* CSS Variables */
:root {
--cheddar-corn:#f7d4b6;
--ibis:#f6b6c1;
--rosecco:#eab8e4;
--echo-iris:#b4dff4;
--fabulous-find:#a9e0c8;
}