๐จ Great for minimalist designs and backgrounds.
๐ก Periwinkle is named after the Periwinkle flower, known for its calming effects.
/* Dull CSS Linear Gradient Background */
.gradient {
background: #C9D6FF;
background: linear-gradient(
to right,
#C9D6FF,#E2E2E2
);
}
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.