Color names in this palette
CSS code for this palette
/* CSS */
.race-car-stripe {
color: #d44540;
}
.burnt-coral {
color: #e57166;
}
.coral-silk {
color: #f4a77b;
}
.phoenix-fossil {
color: #f7d79c;
}
.bad-moon-yellow {
color: #f2e6b5;
}
/* CSS Variables */
:root {
--race-car-stripe:#d44540;
--burnt-coral:#e57166;
--coral-silk:#f4a77b;
--phoenix-fossil:#f7d79c;
--bad-moon-yellow:#f2e6b5;
}