Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9b8a;
}
.washed-out-crimson {
color: #ffb4a8;
}
.dainty-peach {
color: #ffcbb8;
}
.it-s-a-girl {
color: #ffdbe3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9b8a;
--washed-out-crimson:#ffb4a8;
--dainty-peach:#ffcbb8;
--it-s-a-girl:#ffdbe3;
}