Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-plum {
color: #d25b8b;
}
.emperor-s-children {
color: #f0a3b6;
}
.parrot-tulip {
color: #f0c1d6;
}
.first-crush {
color: #f8e2ea;
}
.grim-white {
color: #f8f1f4;
}
/* CSS Variables */
:root {
--pretty-in-plum:#d25b8b;
--emperor-s-children:#f0a3b6;
--parrot-tulip:#f0c1d6;
--first-crush:#f8e2ea;
--grim-white:#f8f1f4;
}