Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6b6d8;
}
.emperor-s-children {
color: #f2a1b4;
}
.geranium-pink {
color: #f78d9d;
}
.coral-pink {
color: #f77c78;
}
.sango-red {
color: #f76650;
}
/* CSS Variables */
:root {
--manga-pink:#f6b6d8;
--emperor-s-children:#f2a1b4;
--geranium-pink:#f78d9d;
--coral-pink:#f77c78;
--sango-red:#f76650;
}