Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d9c6a0;
}
.maximum-yellow-red {
color: #f0b74c;
}
.durotar-fire {
color: #f05e28;
}
.celestial-coral {
color: #e03e56;
}
.dusty-teal {
color: #4a8c89;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d9c6a0;
--maximum-yellow-red:#f0b74c;
--durotar-fire:#f05e28;
--celestial-coral:#e03e56;
--dusty-teal:#4a8c89;
}