Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.matt-pink {
color: #ffb3c3;
}
.light-pink {
color: #ffd1df;
}
.just-pink-enough {
color: #ffebef;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--matt-pink:#ffb3c3;
--light-pink:#ffd1df;
--just-pink-enough:#ffebef;
}