"mostly white to slight blue RGB 29 57 153" color gradient

gradient
color
white
blue
transition
rgb
multicolor

16

mostly white to slight blue RGB 29 57 153 color gradient css code

.mostly white to slight blue RGB 29 57 153 {
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.7) 60%, rgba(230,230,250,0.5) 80%, rgba(29,57,153,1) 100%);
}