Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.sweet-apricot {
color: #ffbfa3;
}
.china-doll {
color: #f2e4d4;
}
.pastel-lavender {
color: #d7a3c4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--sweet-apricot:#ffbfa3;
--china-doll:#f2e4d4;
--pastel-lavender:#d7a3c4;
}