Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.ripe-melon {
color: #ffb8ad;
}
.creamy-lemon {
color: #fff4b3;
}
.veiling-waterfalls {
color: #d1e4ff;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--ripe-melon:#ffb8ad;
--creamy-lemon:#fff4b3;
--veiling-waterfalls:#d1e4ff;
--punch-out-glove:#6a82fb;
}