| name | texture-and-paper-feel |
| description | Use when adding tactile feel to digital surfaces. Subtle paper texture, scan grain, or laid-paper pattern adds depth.
|
Texture and Paper Feel
Subtle textures (5-10% opacity overlay) make digital feel printed. Don't go heavy — too much texture = template-CSS.
Texture options
- Paper grain SVG overlay (3-8% opacity)
- Scan dust noise (added via canvas or SVG filter)
- Laid paper lines (vertical, 5% opacity)
- Linen texture (woven pattern, 4-6% opacity)
- Halftone overlay (subtle dot pattern)
Implementation
.editorial-bg {
background-color: var(--cream);
background-image: url('/textures/paper-grain.svg');
background-repeat: repeat;
background-size: 200px 200px;
opacity-overlay: 0.05;
}
Alternative: SVG filter for procedural texture (more flexible).
When to use texture
- Hero background (subtle)
- Editorial article body
- Image overlays (mixed-media feel)
- Section dividers (paper-tear edge)
- Card / slab components (paper-stock texture)
Never:
- On every element (overdone)
- High opacity (>15%)
- Mixed textures (linen + halftone)
- Mobile if performance impact
Where this fits in the X3 empire
Used on CardPrepAI editorial and methodology pages.