๐จ Write a concise, interesting ideas about this color scheme, make it fun
๐ก Use the schema format
/* Amy Crisp CSS Linear Gradient Background */
.gradient {
background: #a6c0fe;
background: linear-gradient(
to right,
#a6c0fe,#f68084
);
}
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.