๐จ Great for professional designs with a modern twist.
๐ก Steel Gray is often used in industrial design, while Manatee is named after the sea creature.
/* Steel Gray CSS Linear Gradient Background */
.gradient {
background: #1F1C2C;
background: linear-gradient(
to right,
#1F1C2C,#928DAB
);
}
You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.