Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f8b9d9;
}
.pastel-magenta {
color: #f495c1;
}
.medium-pink {
color: #f26393;
}
.fantasy-romance {
color: #e63775;
}
.qermez-red {
color: #cd3c6d;
}
/* CSS Variables */
:root {
--manga-pink:#f8b9d9;
--pastel-magenta:#f495c1;
--medium-pink:#f26393;
--fantasy-romance:#e63775;
--qermez-red:#cd3c6d;
}