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: #f05800;
}
.kimchi {
color: #f04c00;
}
.gran-torino-red {
color: #f03800;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--r-d-i-ch-ng-orange:#f07c00;
--cigarette-glow:#f05800;
--kimchi:#f04c00;
--gran-torino-red:#f03800;
}