Color names in this palette
CSS code for this palette
/* CSS */
.sun-god {
color: #e2b95a;
}
.creamy-sweet-corn {
color: #f5bf4d;
}
.hu-ng-j-n-zh-u-gold {
color: #f8d968;
}
.banana-yogurt {
color: #f9e8b4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--sun-god:#e2b95a;
--creamy-sweet-corn:#f5bf4d;
--hu-ng-j-n-zh-u-gold:#f8d968;
--banana-yogurt:#f9e8b4;
--welcoming-wasp:#f0a800;
}