"red" color gradient
red
gradient
color
crimson
firebrick
maroon
darkred
20
red color gradient css code
.red {
background: linear-gradient(135deg, crimson, red, firebrick, darkred, maroon);
}
.red {
background: linear-gradient(135deg, crimson, red, firebrick, darkred, maroon);
}