Color names in this palette
CSS code for this palette
/* CSS */
.pale-primrose {
color: #f0c7d2;
}
.blush-tint {
color: #f5e0e4;
}
.raspberry-lemonade {
color: #e2a7b0;
}
.matt-pink {
color: #ffb3c3;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--pale-primrose:#f0c7d2;
--blush-tint:#f5e0e4;
--raspberry-lemonade:#e2a7b0;
--matt-pink:#ffb3c3;
--blush-hour:#ff7092;
}