Curated textile palette

Ash Rose textile color palette

Ash Rose keeps rose color restrained through smoke, mauve, and mineral blush. It is a strong option for premium feminine collections, accessories, interiors, and packaging that need softness with a grown-up, slightly shadowed edge.

mutedrosesmokedrefined
Soft ColorEvening Color

Textile Direction

How to use Ash Rose

Best For

  • premium womenswear
  • soft accessories
  • bedroom textiles
  • muted branding

Materials

  • brushed knit
  • washed silk
  • boucle
  • cotton sateen

Color Roles

  • Use the smoky brown-rose base for depth and adult contrast.
  • Use the muted rose mid tones as the central fabric story.
  • Use blush and pale rose for grounds, linings, and warm highlights.

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: #47353E;
--palette-2: #73505D;
--palette-3: #9A6D7B;
--palette-4: #C4909C;
--palette-5: #DFBCC3;
--palette-6: #F3E5E8;

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: #47353E;
  --color-palette-2: #73505D;
  --color-palette-3: #9A6D7B;
  --color-palette-4: #C4909C;
  --color-palette-5: #DFBCC3;
  --color-palette-6: #F3E5E8;
}