Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.buttery-salmon {
color: #ffb19e;
}
.petticoat {
color: #ffcbad;
}
.mood-lighting {
color: #ffe7d6;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--buttery-salmon:#ffb19e;
--petticoat:#ffcbad;
--mood-lighting:#ffe7d6;
}