๐จ Great for a modern, tech-themed design.
๐ก This gradient is reminiscent of the deep blue sea meeting the sky at dusk.
/* Skyline CSS Linear Gradient Background */
.gradient {
background: #1488CC;
background: linear-gradient(
to right,
#1488CC,#2B32B2
);
}
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.