Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.spiced-up-orange {
color: #e57b38;
}
.sweet-mandarin {
color: #d55b39;
}
.aged-purple {
color: #a94c9e;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--y-ng-ch-ng-orange:#f1a03b;
--spiced-up-orange:#e57b38;
--sweet-mandarin:#d55b39;
--aged-purple:#a94c9e;
}