Color names in this palette
CSS code for this palette
/* CSS */
.wild-watermelon {
color: #ff7083;
}
.charming-cherry {
color: #ff8f9e;
}
.matt-pink {
color: #ffb3c3;
}
.light-pink {
color: #ffd1e0;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--wild-watermelon:#ff7083;
--charming-cherry:#ff8f9e;
--matt-pink:#ffb3c3;
--light-pink:#ffd1e0;
--nosegay:#ffe5eb;
}