Backgrounds

Pure CSS patterns and mathematical textures for the architectural foundation of the web.

1. Arcade Grid (Ink & Acid)

A living grid with arcade characters that pop up randomly, using a collision system to avoid covering important elements.

ARCADE_GRID

API Reference

Available configuration to customize the component.

PropTypeDefaultDescription
gridColorstringColor of the background grid lines. Default: '#ffffff0a'.
ghostColorsstring[]Array of colors for the spawning characters. Default: ['#ccff00', '#ff6b6b', '#0057ff', '#ffffff'].
spawnIntervalnumberTime in ms between each character spawn. Default: 2000.
maxGhostsnumberMaximum number of characters on screen at once. Default: 8.
backgroundColorstringBackground color of the grid. Default: 'black'.

2. Dot Matrix (Pop Art)

Polka dot pattern created with a radial gradient. Ideal for dark comic or industrial style backgrounds.

DOT_MATRIX

API Reference

Available configuration to customize the component.

PropTypeDefaultDescription
dotColorstringColor of the dots. Default: '#ffffff15'.
backgroundColorstringBackground color. Default: 'black'.
spacingnumberDistance between dots in pixels. Default: 24.
dotSizenumberSize of the dots in pixels. Default: 1.

3. TV Noise / Organic Texture (Noise)

Tactile noise texture mathematically generated by an inline SVG. It gives an incredible analog physical touch and adds texture to flat backgrounds.

TV_STATIC

API Reference

Available configuration to customize the component.

PropTypeDefaultDescription
noiseOpacitynumberOpacity of the mathematical SVG noise. Default: 0.06.
backgroundColorstringBackground color behind the noise. Default: '#111'.
baseFrequencynumberFrequency of the fractal noise. Default: 0.85.

4. Ambient Glow (Static)

Modern minimalist approach with a huge blurred gradient.

GLOWING_CORE

API Reference

Available configuration to customize the component.

PropTypeDefaultDescription
glowColorClassstringTailwind color classes for the glow. Default: 'bg-[#ccff00]/10 modern:bg-[#E26A4E]/10'.
blurSizenumberAmount of blur in pixels. Default: 120.

5. Aurora Fluida (Canvas + Simplex Noise)

2D fluid simulation math engine. Uses Canvas and Simplex Noise to generate vertical animated plasma curtains at 60fps.

Fondo de la web (Activo)

API Reference

Available configuration to customize the component.

PropTypeDefaultDescription
speednumberSpeed of the Aurora animation. Default: 0.0015.
primaryColorRGBstringRGB string for primary wave colors. Default: '204, 255, 0'.
secondaryColorRGBAstringRGBA string for the top overlapping wave. Default: 'rgba(0, 255, 200, 0.5)'.