Blob Generator

Blob preview
Shape
Fill
Shadow & Border
Animation
.blob {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50.5% 54.3% 49.8% 38.3% / 50.5% 54.3% 49.8% 38.3%;
  background: linear-gradient(135deg, hsl(158 84% 42%), hsl(190 90% 58%));
  opacity: 1;
  transform: rotate(0deg) scale(1);
}