Asian textile direction

Korean Celadon textile color palette

Korean Celadon translates pale ceramic green, warm porcelain, ink grey, and wood into a quiet textile palette. It is designed for premium basics, bedding, soft tailoring, and interiors where subtle green undertones should feel material and refined rather than decorative.

celadonporcelainminimalcalm
Regional Textiles

Textile Direction

How to use Korean Celadon

Best For

  • premium basics
  • bedding
  • soft tailoring
  • minimal interiors

Materials

  • washed cotton
  • linen blend
  • matte silk
  • fine wool

Color Roles

  • Use the dark ink-green shade for typography, buttons, and contrast trims.
  • Use celadon mid tones as the main textile signal across soft goods and apparel.
  • Use porcelain white and warm wood as balancing grounds and packaging notes.

Color Specs

Palette values and contrast notes

Use these values as digital starting points, then approve final textile standards on the real fabric or substrate.

6 colors
SwatchRoleHEXRGBHSLApprox CMYKText Contrast
Anchor
Depth
Mid tone
Bridge
Ground
Highlight

Developer Handoff

CSS variables

Copy the palette as CSS custom properties.

--palette-1: #26302D;
--palette-2: #4F675F;
--palette-3: #8AA79A;
--palette-4: #C7D4C8;
--palette-5: #F2EEE3;
--palette-6: #7B5F48;

Tailwind v4 theme

Use these tokens as palette utilities like bg-palette-1 and text-palette-1.

Copy the palette as Tailwind v4 theme color tokens.

@theme {
  --color-palette-1: #26302D;
  --color-palette-2: #4F675F;
  --color-palette-3: #8AA79A;
  --color-palette-4: #C7D4C8;
  --color-palette-5: #F2EEE3;
  --color-palette-6: #7B5F48;
}