Color names in this palette
CSS code for this palette
/* CSS */
.acadia-bloom {
color: #e6b7c1;
}
.sweetheart {
color: #f4c3d6;
}
.cherry-flower {
color: #f9d7e9;
}
.ibis {
color: #f6b1c0;
}
.salmon-pok-bowl {
color: #f2737b;
}
/* CSS Variables */
:root {
--acadia-bloom:#e6b7c1;
--sweetheart:#f4c3d6;
--cherry-flower:#f9d7e9;
--ibis:#f6b1c0;
--salmon-pok-bowl:#f2737b;
}