Color names in this palette
CSS code for this palette
/* CSS */
.dent-corn {
color: #f4b31a;
}
.hu-ng-j-n-zh-u-gold {
color: #f6da6a;
}
.durango-dust {
color: #fbe3a2;
}
.fizz {
color: #b5dcac;
}
.patina {
color: #659586;
}
/* CSS Variables */
:root {
--dent-corn:#f4b31a;
--hu-ng-j-n-zh-u-gold:#f6da6a;
--durango-dust:#fbe3a2;
--fizz:#b5dcac;
--patina:#659586;
}