๐จ Use this gradient for motivational and educational content.
๐ก Tree Poppy is a color often associated with the California Tree Poppy, a symbol of resilience.
/* Learning and Leading CSS Linear Gradient Background */
.gradient {
background: #F7971E;
background: linear-gradient(
to right,
#F7971E,#FFD200
);
}
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.