Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mee-hua-sunset {
color: #f07800;
}
.cigarette-glow {
color: #f05800;
}
.torii-red {
color: #d64000;
}
.rust-red {
color: #a82700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mee-hua-sunset:#f07800;
--cigarette-glow:#f05800;
--torii-red:#d64000;
--rust-red:#a82700;
}