Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.heat-wave {
color: #ff7b00;
}
.aerospace-orange {
color: #ff5100;
}
.deep-orange {
color: #d64b00;
}
.rust-red {
color: #a32900;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--heat-wave:#ff7b00;
--aerospace-orange:#ff5100;
--deep-orange:#d64b00;
--rust-red:#a32900;
}