Curated textile palette

Porcelain Bloom textile color palette

Porcelain Bloom translates floral color into a quieter, ceramic register. Mauve depth, rose mid tones, and near-white blush make it suited to occasionwear, sleepwear, soft accessories, and gentle spring print stories where the palette should feel finished rather than sugary.

powderedfloralpolishedspring
Summer DirectionSoft Color

Textile Direction

How to use Porcelain Bloom

Best For

  • occasionwear
  • delicate florals
  • sleepwear
  • spring packaging

Materials

  • silk twill
  • cotton voile
  • matte satin
  • fine-gauge knit

Color Roles

  • Use the violet-brown shade as the balancing anchor in prints and trims.
  • Build the body of the palette from mauve and rose mid tones for a soft commercial read.
  • Use the lightest blushes as porcelain grounds so the palette keeps air around it.

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: #5F4A61;
--palette-2: #8F6B8F;
--palette-3: #B890B8;
--palette-4: #D9B7CF;
--palette-5: #EFD7E4;
--palette-6: #F8EEF4;

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: #5F4A61;
  --color-palette-2: #8F6B8F;
  --color-palette-3: #B890B8;
  --color-palette-4: #D9B7CF;
  --color-palette-5: #EFD7E4;
  --color-palette-6: #F8EEF4;
}