๐จ Use this gradient for spring-themed designs.
๐ก Cerise Red is named after the French word for cherry. Pastel Green is calming to the eyes.
/* Kyoo Pal CSS Linear Gradient Background */
.gradient {
background: #dd3e54;
background: linear-gradient(
to right,
#dd3e54,#6be585
);
}
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.