UT

CSS Blob Generator

Generate organic blob shapes with CSS border-radius.

.blob {
  width: 200px;
  height: 200px;
  background-color: #3b82f6;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}