Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f7e13b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.mad-for-mango {
color: #f5a300;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f7e13b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--puff-pastry-yellow:#fbcf89;
--mad-for-mango:#f5a300;
--sunshine-mellow:#f1c40e;
}