Pixel / 8-bit

Retro & Themed · Animated · pure CSS

Silkscreen's true bitmap glyphs get a hard, zero-blur offset shadow stacked in two darker tones for a chunky NES-title-screen slab — no blur anywhere, just clean pixel-grid steps. Four arcade palette-swaps (NES gray/red, Game Boy green, arcade cyan/magenta, insert-coin gold) plus an optional stepped blink dial in the retro-console feel.

Pixel / 8-bit

How it works

Pixel / 8-bit is an animated retro & themed text effect rendered entirely in CSS. It works on a single element — just add the .text-effect class, with no extra HTML.

Controls

Pixel / 8-bit exposes 3 dedicated controls — Palette, Depth and Blink — on top of the shared type controls (font, weight, letter-spacing and case). Open it in the generator to tune every value live, then copy the updated CSS.

CSS

/* Pixel / 8-bit — made with TEXT-FX · https://text-fx.app
 * HTML: just put the class on any element.
 * Font: 'Silkscreen', cursive (load from Google Fonts).
 */

.text-effect {
  font-family: 'Silkscreen', cursive;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.text-effect {
  color: hsl(46 95% 64%);
  text-shadow: 3px 3px 0 hsl(18 80% 40%), 6px 6px 0 hsl(8 65% 20%);
  -webkit-font-smoothing: none;
  font-smooth: never;
  text-rendering: optimizeSpeed;
}

Pure CSS — just add the .text-effect class to any element.

Category
Retro & Themed
Type
Animated
Browser support
All modern browsers
Capabilities
pure

Related Retro & Themed effects