๐จ Use this gradient for a refreshing, aquatic theme.
๐ก Cerulean was first used as a color name in the 1590s, inspired by the Latin word 'caeruleus'.
/* Blue Raspberry CSS Linear Gradient Background */
.gradient {
background: #00B4DB;
background: linear-gradient(
to right,
#00B4DB,#0083B0
);
}
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.