๐จ Use these colors to create a calming and serene atmosphere.
๐ก The Ship Cove gradient was inspired by the beautiful coastal landscapes of New Zealand.
/* Dirty Beauty CSS Linear Gradient Background */
.gradient {
background: #6a85b6;
background: linear-gradient(
to right,
#6a85b6,#bac8e0
);
}
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.