Color names in this palette
CSS code for this palette
/* CSS */
.carona {
color: #f6a62c;
}
.hot-orange {
color: #f68d3c;
}
.deep-fried {
color: #f6b055;
}
.forsythia-blossom {
color: #f6d46f;
}
.lazy-daisy {
color: #f6e8a2;
}
/* CSS Variables */
:root {
--carona:#f6a62c;
--hot-orange:#f68d3c;
--deep-fried:#f6b055;
--forsythia-blossom:#f6d46f;
--lazy-daisy:#f6e8a2;
}