Dot Background
A subtle radial-gradient dot pattern used as a page background. Creates visual texture without distracting from content.
Live Demo
Basic Implementation
The dot background uses a CSS radial-gradient repeated across the element. Each dot is a 1px circle placed on a 24px grid.
Denser Grid Variant
With Fade Overlay
Layer a radial white-to-transparent gradient on top to fade the dots toward the center, drawing focus to the main content area.
Usage Guidelines
- Use as a full-page background behind content cards and sections.
- Keep dot color subtle (use
#e5e5e5or lighter). - Pair with white card surfaces for contrast.
- Use the fade overlay when content needs maximum readability.
- Avoid combining with other busy background patterns.