Floating blob
A single <div> with an organic border-radius from
--radius-blob-2, a teal-to-green linear gradient from
--gradient-4, and --animation-float — a gentle
2-axis sine wave encoded in 3 lines of CSS.
[data-art="blob-float"] {
width: 160px;
height: 160px;
border-radius: var(--radius-blob-2);
background: var(--gradient-4);
animation: var(--animation-float);
}