Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e29f;
}
.golden-raspberry {
color: #f6d779;
}
.crunch {
color: #f3b75e;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.exuberant-orange {
color: #f05e2d;
}
/* CSS Variables */
:root {
--durango-dust:#f9e29f;
--golden-raspberry:#f6d779;
--crunch:#f3b75e;
--y-ng-ch-ng-orange:#f1a03b;
--exuberant-orange:#f05e2d;
}