Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f7e7a6;
}
.j-n-hu-ng-gold {
color: #f2d769;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.chat-orange {
color: #f69f3c;
}
.sanskrit {
color: #e9902b;
}
/* CSS Variables */
:root {
--gold-sand:#f7e7a6;
--j-n-hu-ng-gold:#f2d769;
--creamy-sweet-corn:#f9c34e;
--chat-orange:#f69f3c;
--sanskrit:#e9902b;
}