Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e6b7d2;
}
.cherry-blossom {
color: #f5c2d4;
}
.orange-ice {
color: #ffddc2;
}
.agrellan-badland {
color: #ffb347;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eau-de-rose:#e6b7d2;
--cherry-blossom:#f5c2d4;
--orange-ice:#ffddc2;
--agrellan-badland:#ffb347;
--grapefruit-pulp:#ff6e61;
}