๐จ Pair this gradient with minimalist designs to create a modern and sophisticated look.
๐ก Blue Slate is inspired by the natural beauty of slate rocks, while Melrose takes its name from the vibrant streets of Los Angeles.
/* Blue Slate CSS Linear Gradient Background */
.gradient {
background: #B5B9FF;
background: linear-gradient(
to right,
#B5B9FF,#2B2C49
);
}
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.