Color names in this palette
CSS code for this palette
/* CSS */
.sunshine-mellow {
color: #f9c10b;
}
.lush-honeycomb {
color: #f9a61f;
}
.laughing-orange {
color: #f59f0a;
}
.laughing-orange {
color: #f59b0a;
}
.flame-orange {
color: #f78a1d;
}
/* CSS Variables */
:root {
--sunshine-mellow:#f9c10b;
--lush-honeycomb:#f9a61f;
--laughing-orange:#f59f0a;
--laughing-orange:#f59b0a;
--flame-orange:#f78a1d;
}