Color names in this palette
CSS code for this palette
/* CSS */
.carmine-pink {
color: #e94c44;
}
.peach-echo {
color: #f76e5e;
}
.sunset-peach {
color: #f7aa7e;
}
.durango-dust {
color: #fbe5a2;
}
.finger-banana {
color: #e2c12c;
}
/* CSS Variables */
:root {
--carmine-pink:#e94c44;
--peach-echo:#f76e5e;
--sunset-peach:#f7aa7e;
--durango-dust:#fbe5a2;
--finger-banana:#e2c12c;
}