Curated textile palette

Atelier Moss textile color palette

Atelier Moss is built like a calm studio wall covered in plant-dyed swatches, old canvas, and soft outdoor shadows. The darker greens give the palette a tailored base, while the pale lichen notes keep it useful for interiors, knitwear, and outdoor-inspired capsules that need nature without becoming rustic.

groundedbotanicalmineralquiet
Natural ColorDye Stories

Textile Direction

How to use Atelier Moss

Best For

  • heritage outerwear
  • wool knitwear
  • canvas accessories
  • calm interior textiles

Materials

  • brushed cotton
  • linen canvas
  • felted wool
  • washed twill

Color Roles

  • Use the two deepest greens for trims, labels, typography, or grounding panels.
  • Let the middle moss tones carry the main textile surface when the collection needs depth.
  • Reserve the pale lichen shades for linings, grounds, and light packaging moments.

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: #223127;
--palette-2: #3A5742;
--palette-3: #5E7A5C;
--palette-4: #93AA83;
--palette-5: #C9D7B8;
--palette-6: #EEF1E7;

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: #223127;
  --color-palette-2: #3A5742;
  --color-palette-3: #5E7A5C;
  --color-palette-4: #93AA83;
  --color-palette-5: #C9D7B8;
  --color-palette-6: #EEF1E7;
}