Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.schauss-pink {
color: #ff8fad;
}
.baby-s-blanket {
color: #ffadbf;
}
.light-pink {
color: #ffd1df;
}
.vanilla-strawberry {
color: #ffe5e8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--schauss-pink:#ff8fad;
--baby-s-blanket:#ffadbf;
--light-pink:#ffd1df;
--vanilla-strawberry:#ffe5e8;
}