Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-orange {
color: #ff4000;
}
.heat-wave {
color: #ff7b00;
}
.nacho-cheese {
color: #ffbb00;
}
.star {
color: #ffe500;
}
.sailor-moon {
color: #ffee00;
}
/* CSS Variables */
:root {
--ultimate-orange:#ff4000;
--heat-wave:#ff7b00;
--nacho-cheese:#ffbb00;
--star:#ffe500;
--sailor-moon:#ffee00;
}