๐จ Use this gradient for designs related to water or nature.
๐ก The color Royal Blue was first used in the military uniforms of the British Royal Navy in the 18th century.
/* Royal Blue CSS Linear Gradient Background */
.gradient {
background: #536976;
background: linear-gradient(
to right,
#536976,#292E49
);
}
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.