โ† Back
Best viewed on a desktop. Please switch to a larger device.

Neumor
phism

Soft UI, born in 2019. Elements appear to be extruded from the background itself - dual opposing shadows create the illusion that surfaces are either pushing out of or pressing into the material beneath them.

๐ŸŽต
Soft Interface
Neumorphic Studio
2:14 3:48
Core Technique

The Shadow System

Neumorphism is built entirely on two shadows per element - a dark shadow on the bottom-right and a light shadow on the top-left, mimicking a single top-left light source.

Extruded (Flat)

The default resting state. Element appears to sit above the surface.

box-shadow:
6px 6px 12px #C8CDD3,
-6px -6px 12px #FFF;

Pressed (Inset)

Active/pressed state. Element appears sunk into the surface.

box-shadow:
inset 4px 4px 8px #C8CDD3,
inset -4px -4px 8px #FFF;

Coloured + Extruded

Gradient fills with adjusted shadow colors for accented elements.

background: linear-gradient(
135deg, #667EEA, #764ba2);
box-shadow: coloured...
Components

UI Components

Buttons
Inputs & Sliders
Volume 72%
Brightness 45%
Selection Controls
Toggles

Dark Mode

Night theme

Notifications

Push alerts

Auto Sync

Background sync

Icons & Avatars

Icons, Avatars & Indicators

๐Ÿ 
Home
๐Ÿ“Š
Analytics
๐Ÿ’ฌ
Messages
๐Ÿ””
Alerts
โš™๏ธ
Settings
๐Ÿ”
Active
๐Ÿ“
Files
โค๏ธ
Likes
๐ŸŒ
Web
โœ“
Done
+
Add
โ†’
Next
๐Ÿ‘ฉโ€๐Ÿ’ผ
๐Ÿ‘จโ€๐Ÿ’ป
๐Ÿ‘ฉโ€๐ŸŽจ
๐Ÿง‘
๐Ÿ‘ฆ
๐Ÿ‘ฉ
Cards

Card Patterns

๐Ÿ“ˆ
12,482
Total Users
โ†‘ 12.4% this month
Storage Used
70%
Used
Photos 48 GB
Documents 12 GB
App Settings

Notifications

Enable push alerts

Location

Allow location access

Analytics

Share usage data

Haptics

Tactile feedback

Auto-update

Background updates

Layout

Full Application Layout

Dashboard
Projects
Team
Reports
๐Ÿ‘ค
๐Ÿ“ŠOverview
๐Ÿ‘ฅUsers
๐Ÿ“Files
๐Ÿ’ณBilling
โš™๏ธSettings
4,821
Active Users
$12k
Revenue
98.2%
Uptime

Monthly Activity

Principles

Core Principles

01

Single Light Source

All shadows must be consistent with one imaginary light source, typically positioned top-left. Dark shadow bottom-right, light shadow top-left - always.

02

Background Matching

The background color of the element must exactly match the page background. Any difference breaks the extrusion illusion. It's the same material throughout.

03

Inset for Active States

Resting elements use outset shadows (extruded). Pressed, active, or selected states use inset shadows (concave). This creates physical press feedback.

04

Accessibility Caution

Neumorphism inherently produces low contrast between elements and backgrounds. Use color, iconography, and contrast carefully to maintain accessibility.