Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.saira-red {
color: #ff9ebb;
}
.hard-candy {
color: #ffb8ba;
}
.petticoat {
color: #ffcbad;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--saira-red:#ff9ebb;
--hard-candy:#ffb8ba;
--petticoat:#ffcbad;
--delightful-peach:#ffebd1;
}