Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.lush-honeycomb {
color: #fcaa1d;
}
.heat-wave {
color: #ff7b00;
}
.aerospace-orange {
color: #ff5100;
}
.native-hue-of-resolution {
color: #d62e00;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--lush-honeycomb:#fcaa1d;
--heat-wave:#ff7b00;
--aerospace-orange:#ff5100;
--native-hue-of-resolution:#d62e00;
}