Re-store seasonal direction

Rooted Repair textile color palette

Rooted Repair brings the SS26 Re-store idea into bark, moss, clay, and muted bloom. It works for craft-led capsules, natural fiber programs, and artisanal print stories where the palette should feel repaired, grounded, and connected to material process.

restorativeearthycraftrooted
Natural ColorDye Stories

Textile Direction

How to use Rooted Repair

Best For

  • natural fiber capsules
  • craft-led prints
  • artisanal interiors
  • repair-focused storytelling

Materials

  • linen
  • wool
  • hemp canvas
  • handwoven cotton

Color Roles

  • Use clay and bark tones as the earthy body of the palette.
  • Use moss shades for a living, restorative counterpoint.
  • Use the pale neutral as a breathable base for labels, grounds, and layouts.

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: #E7D7C8;
--palette-2: #CDA98A;
--palette-3: #9B7058;
--palette-4: #6E5C42;
--palette-5: #51614A;
--palette-6: #2E3D31;

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: #E7D7C8;
  --color-palette-2: #CDA98A;
  --color-palette-3: #9B7058;
  --color-palette-4: #6E5C42;
  --color-palette-5: #51614A;
  --color-palette-6: #2E3D31;
}