Color names in this palette
CSS code for this palette
/* CSS */
.pixel-bleeding {
color: #b30021;
}
.etruscan-red {
color: #c92c3c;
}
.juicy-details {
color: #d57d7b;
}
.emperor-s-children {
color: #f2a1b2;
}
.cherry-blossom {
color: #f5c2d4;
}
/* CSS Variables */
:root {
--pixel-bleeding:#b30021;
--etruscan-red:#c92c3c;
--juicy-details:#d57d7b;
--emperor-s-children:#f2a1b2;
--cherry-blossom:#f5c2d4;
}