Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.orange-juice {
color: #ff8000;
}
.nacho-cheese {
color: #ffbb00;
}
.hollandaise {
color: #ffec3d;
}
.butter {
color: #fffd80;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--orange-juice:#ff8000;
--nacho-cheese:#ffbb00;
--hollandaise:#ffec3d;
--butter:#fffd80;
}