All Palettes

Color Palette #ffba0a, #ff470a, #ff270a, #b201d5, #0000ff

0%
0%
0%

CSS code for this palette

/* CSS */
.fire-yellow {
color: #ffba0a;
}
.lurid-red {
color: #ff470a;
}
.red-october {
color: #ff270a;
}
.vibrant-purple {
color: #b201d5;
}
.blue {
color: #0000ff;
}

/* CSS Variables */
:root {
--fire-yellow:#ffba0a;
--lurid-red:#ff470a;
--red-october:#ff270a;
--vibrant-purple:#b201d5;
--blue:#0000ff;
}

More palettes to explore