Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8ca49;
}
.y-ng-ch-ng-orange {
color: #f1a33b;
}
.navel {
color: #e88330;
}
.fireglow {
color: #d45b40;
}
.holly-berry {
color: #b34d5c;
}
/* CSS Variables */
:root {
--sunny-mood:#f8ca49;
--y-ng-ch-ng-orange:#f1a33b;
--navel:#e88330;
--fireglow:#d45b40;
--holly-berry:#b34d5c;
}