๐จ Great for a refreshing, aquatic-themed design.
๐ก This gradient is inspired by Jodhpur, India, known for its striking blue buildings.
/* Jodhpur CSS Linear Gradient Background */
.gradient {
background: #9CECFB;
background: linear-gradient(
to right,
#9CECFB,#65C7F7,#0052D4
);
}
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.