Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.sweetheart {
color: #f2c4d6;
}
.summer-cosmos {
color: #f8d3e3;
}
.ibis {
color: #f5b2c2;
}
.emperor-s-children {
color: #f1a2b3;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--sweetheart:#f2c4d6;
--summer-cosmos:#f8d3e3;
--ibis:#f5b2c2;
--emperor-s-children:#f1a2b3;
}