All interface styles

Neumorphism / Soft UI

Controls extruded from a single background colour using paired light and dark shadows, so everything appears moulded from the same surface.

Also called: soft UI, neomorphism, extruded, monochrome relief

Neumorphism / Soft UI specimen

Look for the hairline: every control carries a 1px boundary in addition to its shadow pair, because soft shadows alone do not clear the non-text contrast floor. The selected chip is carved AND ruled AND ticked.

Every style in this collection renders the same markup — one navigation row, one headline and action, one labelled input, a selected and an unselected control, a card with a status and a data row, and a secondary action. Colour and type come from the active design kit; the style decides the rendering.

What you see

The perceptual fingerprint, in the order you notice it.

  • Background and controls in the same colour, distinguished only by shadow
  • Two shadows per element — light from the top-left, dark from the bottom-right
  • Very soft large radii on everything
  • Almost no borders and almost no colour variation
  • Pressed elements that appear carved into the surface rather than lifted

Best for

  • Small focused surfaces — players, controls, single-purpose panels
  • Brands aiming at calm, tactile, physical-product associations
  • Showcase pieces where the surface itself is the demonstration

Avoid when

  • Anything with real accessibility requirements and no budget to fix them
  • Dense interfaces — the shadow pair costs space around every element
  • Dark or saturated kits, where the light shadow has nowhere to go

Accessibility

Where this style tends to fail an audit, and what fixes it.

  • This is the highest-risk style in the catalog. Shadow-only boundaries routinely fail the 3:1 non-text contrast requirement, so every control here also needs a real border or fill difference.
  • Selected state must never be 'pressed shadow' alone — carve plus an accent rule plus a glyph, or the state is invisible to a large share of users.
  • Focus cannot be a soft glow. Use a solid 2px `--ring` outline with a 2px offset, which deliberately breaks the soft aesthetic where it must.

Built for

The site archetypes this render grammar suits. Each opens the catalog on that lane.

Matching design kits

A style is a render grammar. A design kit supplies the colour, type and personality it paints.

Single-surface soft UI where depth comes entirely from a dual same-hue shadow (raised + inset). No borders; the box-shadow IS the identity.

Implementation bundle

Pro

What an agent needs in order to actually build Neumorphism / Soft UI on top of your design kit — surface rules, per-component behaviour, responsive behaviour, fallbacks and QA.

Loading the implementation bundle…

Agent tags

The vocabulary a coding agent can match this style on.

  • soft-shadow-pair
  • extruded-surface
  • monochrome-relief
  • carved-state
  • low-contrast-risk