Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f0a3b4;
}
.pink-marshmallow {
color: #f6b6d1;
}
.gentle-glow {
color: #f7e5bb;
}
.clay-bake {
color: #e3c68c;
}
.sweet-scent {
color: #c9b7d2;
}
/* CSS Variables */
:root {
--emperor-s-children:#f0a3b4;
--pink-marshmallow:#f6b6d1;
--gentle-glow:#f7e5bb;
--clay-bake:#e3c68c;
--sweet-scent:#c9b7d2;
}