Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.savannah-sun {
color: #ffb78a;
}
.lazy-daisy {
color: #f3e9a0;
}
.pale-primrose {
color: #f0c7d2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--savannah-sun:#ffb78a;
--lazy-daisy:#f3e9a0;
--pale-primrose:#f0c7d2;
}