Paper grain
Lay a fine desaturated speckle over the page background so the canvas reads as paper rather than a flat fill.
Desaturate the turbulence output with feColorMatrix — colored noise speckles a neutral palette with confetti.
.texture-paper { position: relative; isolation: isolate; }
.texture-paper::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
opacity: 0.11;
background-image: url("data:image/svg+xml,%3Csvg …
feTurbulence type='fractalNoise' baseFrequency='0.6'
numOctaves='4' stitchTiles='stitch' …");
}