๐จ Great for a calming website or app interface.
๐ก These colors are often associated with peace and tranquility in color psychology.
/* Decent CSS Linear Gradient Background */
.gradient {
background: #4CA1AF;
background: linear-gradient(
to right,
#4CA1AF,#C4E0E5
);
}
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.