Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d64838;
}
.red-wire {
color: #e0594d;
}
.ardent-coral {
color: #e7786a;
}
.stirring-orange {
color: #f5b261;
}
.bellini-fizz {
color: #f7c78d;
}
/* CSS Variables */
:root {
--warming-heart:#d64838;
--red-wire:#e0594d;
--ardent-coral:#e7786a;
--stirring-orange:#f5b261;
--bellini-fizz:#f7c78d;
}