Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.sweet-apricot {
color: #ffbda3;
}
.pale-egg {
color: #ffe8d1;
}
.lili-elbe-s-pink {
color: #d4a5b1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--sweet-apricot:#ffbda3;
--pale-egg:#ffe8d1;
--lili-elbe-s-pink:#d4a5b1;
}