Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.hard-candy {
color: #ffb8ba;
}
.yellow-blitz {
color: #fcf6ba;
}
.shalimar {
color: #f7f5ab;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--hard-candy:#ffb8ba;
--yellow-blitz:#fcf6ba;
--shalimar:#f7f5ab;
}