๐จ Use this gradient for a soft, feminine design.
๐ก Moon Raker is a light shade of blue, named after the James Bond movie.
/* Moonrise CSS Linear Gradient Background */
.gradient {
background: #DAE2F8;
background: linear-gradient(
to right,
#DAE2F8,#D6A4A4
);
}
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.