Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc09e;
}
.orchid-orange {
color: #ff9f80;
}
.sunset-papaya {
color: #ff7e61;
}
.orange-soda {
color: #ff5b42;
}
.red-card {
color: #ff391f;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc09e;
--orchid-orange:#ff9f80;
--sunset-papaya:#ff7e61;
--orange-soda:#ff5b42;
--red-card:#ff391f;
}