Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6b6d6;
}
.emperor-s-children {
color: #f1a2b3;
}
.strawberry-ice {
color: #e88d91;
}
.zahri-pink {
color: #ea6c6e;
}
.rusty-chainmail {
color: #c84c4e;
}
/* CSS Variables */
:root {
--manga-pink:#f6b6d6;
--emperor-s-children:#f1a2b3;
--strawberry-ice:#e88d91;
--zahri-pink:#ea6c6e;
--rusty-chainmail:#c84c4e;
}