Color names in this palette
CSS code for this palette
/* CSS */
.margarine {
color: #f6d931;
}
.sunny-mood {
color: #f7c94b;
}
.amber-yellow {
color: #f8b659;
}
.peach-cobbler {
color: #f9a167;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--margarine:#f6d931;
--sunny-mood:#f7c94b;
--amber-yellow:#f8b659;
--peach-cobbler:#f9a167;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}