Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4ce;
}
.emperor-s-children {
color: #f7a1b5;
}
.geranium-pink {
color: #f78d9d;
}
.flower-blossom-pink {
color: #f07a8a;
}
.kiss-and-tell {
color: #d96871;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4ce;
--emperor-s-children:#f7a1b5;
--geranium-pink:#f78d9d;
--flower-blossom-pink:#f07a8a;
--kiss-and-tell:#d96871;
}