๐จ Great for minimalist designs and clean aesthetics.
๐ก Colonial White was often used in colonial-era architecture.
/* Margo CSS Linear Gradient Background */
.gradient {
background: #FFEFBA;
background: linear-gradient(
to right,
#FFEFBA,#FFFFFF
);
}
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.