Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.golden-glow {
color: #f9d57b;
}
.sugar-cookie {
color: #f1e3a2;
}
.yolk-yellow {
color: #e3b24f;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--y-ng-ch-ng-orange:#f6a23c;
--golden-glow:#f9d57b;
--sugar-cookie:#f1e3a2;
--yolk-yellow:#e3b24f;
}