Porcelain Depth Study
Cool, luminous surfaces meeting deep water, like morning light catching glazed ceramic and distant ocean.
Psychology
The near-white base recedes visually while the two blues advance in high contrast, creating depth and hierarchy without warmth. Cool blue hues trigger calm focus and trust, while the monochromatic structure reinforces stability, making this palette feel controlled and intentional rather than restful or soft.
Usage
Works exceptionally well for luxury skincare brands, fintech dashboards, and architectural portfolios where clarity and sophistication matter. The high contrast and cool dominance suit print collateral for professional services and editorial layouts requiring visual hierarchy without emotional warmth.
Code
CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
90deg,
#fff2ef 0%,
#4088c6 50%,
#103d64 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #fff2ef;
--color-gradient-2: #4088c6;
--color-gradient-3: #103d64;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #fff2ef; --color-2: #4088c6; --color-3: #103d64;
Hex values
#fff2ef, #4088c6, #103d64
Building something? Get this palette via the REST API.
History
Similar palettes
Slate Reverie Hour
Midnight Pool Glow
Coastal Pottery Study
Coastal Porcelain Dawn
Coastal Depths Morning
Abyssal Hearth
Jade Hour Glow
Slate Pool Breath
Mineral Spring Dawn