๐จ Use this gradient for a bold, dynamic website look.
๐ก This gradient combines Emperor, a deep grey, with San Marino, a vibrant blue, reflecting the depth and vibrancy of the ocean.
/* Curiosity blue CSS Linear Gradient Background */
.gradient {
background: #525252;
background: linear-gradient(
to right,
#525252,#3d72b4
);
}
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.