Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d9c5a0;
}
.thai-ice-tea {
color: #e0a57b;
}
.ouni-red {
color: #ee7b49;
}
.durotar-fire {
color: #f15a27;
}
.costa-rican-palm {
color: #c33c3e;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d9c5a0;
--thai-ice-tea:#e0a57b;
--ouni-red:#ee7b49;
--durotar-fire:#f15a27;
--costa-rican-palm:#c33c3e;
}