Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.coral-beach {
color: #ffbaa8;
}
.peach-crayon {
color: #ffcba8;
}
.urnebes-beige {
color: #ffecc2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--coral-beach:#ffbaa8;
--peach-crayon:#ffcba8;
--urnebes-beige:#ffecc2;
}