๐จ Use Gray Nurse for calmness and Stratos for depth.
๐ก Stratos is often used in astronomy to represent the night sky.
/* What lies Beyond CSS Linear Gradient Background */
.gradient {
background: #F0F2F0;
background: linear-gradient(
to right,
#F0F2F0,#000C40
);
}
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.