๐จ Use this gradient for a fresh, vibrant look.
๐ก Picton Blue is named after Picton, a town known for its clear blue skies.
/* Blue Skies CSS Linear Gradient Background */
.gradient {
background: #56CCF2;
background: linear-gradient(
to right,
#56CCF2,#2F80ED
);
}
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.