Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f7c0e4;
}
.manga-pink {
color: #f4b8d7;
}
.elastic-pink {
color: #f1a2c7;
}
.coral-silk {
color: #f5a07f;
}
.peach-damask {
color: #f6c7a7;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f7c0e4;
--manga-pink:#f4b8d7;
--elastic-pink:#f1a2c7;
--coral-silk:#f5a07f;
--peach-damask:#f6c7a7;
}