Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.durango-dust {
color: #f9e19f;
}
.hawaiian-cream {
color: #f9e9b9;
}
.mystic-tulip {
color: #f9b49f;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--durango-dust:#f9e19f;
--hawaiian-cream:#f9e9b9;
--mystic-tulip:#f9b49f;
}