Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b000;
}
.wiener-schnitzel {
color: #f09c00;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.cigarette-glow {
color: #f05800;
}
.hestia-red {
color: #f02400;
}
/* CSS Variables */
:root {
--american-yellow:#f0b000;
--wiener-schnitzel:#f09c00;
--r-d-i-ch-ng-orange:#f07c00;
--cigarette-glow:#f05800;
--hestia-red:#f02400;
}