Color names in this palette
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;
}