Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f5b829;
}
.pesto-calabrese {
color: #f59a24;
}
.sun-orange {
color: #f47b1f;
}
.gerbera-red {
color: #f55f19;
}
.exotic-orange {
color: #f55019;
}
/* CSS Variables */
:root {
--hot-sun:#f5b829;
--pesto-calabrese:#f59a24;
--sun-orange:#f47b1f;
--gerbera-red:#f55f19;
--exotic-orange:#f55019;
}