Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.black {
color: #000000;
}
.peach-pink {
color: #ff998a;
}
.apricot-obsession {
color: #f8c6b4;
}
.kissed-by-mist {
color: #ffccf9;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--black:#000000;
--peach-pink:#ff998a;
--apricot-obsession:#f8c6b4;
--kissed-by-mist:#ffccf9;
}