Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.apricot-glazed-chicken {
color: #f1a522;
}
.y-ng-ch-ng-orange {
color: #f19f41;
}
.vivid-tangelo {
color: #f0752d;
}
.vivid-red-tangelo {
color: #d65f24;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--apricot-glazed-chicken:#f1a522;
--y-ng-ch-ng-orange:#f19f41;
--vivid-tangelo:#f0752d;
--vivid-red-tangelo:#d65f24;
}