Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-trumpet {
color: #f7e036;
}
.westfall-yellow {
color: #f9d64e;
}
.hu-ng-j-n-zh-u-gold {
color: #fcd769;
}
.bicycle-yellow {
color: #ffe48a;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--angel-s-trumpet:#f7e036;
--westfall-yellow:#f9d64e;
--hu-ng-j-n-zh-u-gold:#fcd769;
--bicycle-yellow:#ffe48a;
--old-yella:#ffec99;
}