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;
}
.flame-of-prometheus {
color: #db3a00;
}
.pixel-bleeding {
color: #b3001e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--r-d-i-ch-ng-orange:#f07c00;
--cigarette-glow:#f05400;
--flame-of-prometheus:#db3a00;
--pixel-bleeding:#b3001e;
}