W3docs

Color

CSS Gradient Background Generator

Background Gradient Generator

div {
  background: linear-gradient(to bottom, #33ccff 0%, #0066ff 100%);
}