Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.cigarette-glow {
color: #f05400;
}
.bacon-strips {
color: #e13e33;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--r-d-i-ch-ng-orange:#f07c00;
--cigarette-glow:#f05400;
--bacon-strips:#e13e33;
--polished-apple:#8c2b2b;
}