All Palettes

Color Palette #fab700, #f06c00, #d63900, #a32c00, #7a1f00

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.flame-of-prometheus {
color: #d63900;
}
.rust-red {
color: #a32c00;
}
.bloodstain {
color: #7a1f00;
}

/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--royal-flycatcher-crest:#f06c00;
--flame-of-prometheus:#d63900;
--rust-red:#a32c00;
--bloodstain:#7a1f00;
}

More palettes to explore