Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.ancient-bamboo {
color: #db5f00;
}
.tijolo {
color: #a85d00;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--apricot-glazed-chicken:#f5a524;
--r-d-i-ch-ng-orange:#f07c00;
--ancient-bamboo:#db5f00;
--tijolo:#a85d00;
}