Color & Theming snippets

CSS color snippets: gradients, shadows, glassmorphism, dark mode, and oklch theming. Every snippet includes a live demo, copyable CSS, and an LLM-ready prompt.

New

Dark mode toggle

A pure CSS dark mode toggle using :has() on the root element to switch custom properties.

no-js
Widely supported

Glass card

A frosted glass card using backdrop-filter and oklch colors.

ui
Widely supported

Gradient border

A card with a vibrant gradient border using background-clip and oklch colors.

Widely supported

Gradient text

Apply a vivid gradient to text using background-clip.

typography
Widely supported

Modern glassmorphism

Glassmorphism with backdrop-filter and oklch(): live demo, copy CSS, and LLM prompt.

uino-js