Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b5;
}
.sweetheart {
color: #f1c1d6;
}
.frosty-morning {
color: #f0e6e8;
}
.urnebes-beige {
color: #ffebc2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b5;
--sweetheart:#f1c1d6;
--frosty-morning:#f0e6e8;
--urnebes-beige:#ffebc2;
--grapefruit-pulp:#ff6e61;
}