Curated textile palette

Night Orchard textile color palette

Night Orchard is a dark fruit palette with the feeling of plum skin, branches, and late-season florals. The near-black anchor keeps the story sophisticated, while berry and dusty rose accents give enough lift for eveningwear, packaging, and statement separates.

eveningbotanicalrichdramatic
Soft ColorEvening Color

Textile Direction

How to use Night Orchard

Best For

  • eveningwear
  • plush accessories
  • dark florals
  • premium packaging

Materials

  • velvet
  • jacquard
  • silk satin
  • brushed wool

Color Roles

  • Use the near-black base for dramatic grounds and high-value trims.
  • Build ornamental detail from the berry and orchid middle tones.
  • Use the pale rose as a controlled highlight rather than a full background.

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: #1C1A23;
--palette-2: #3C2742;
--palette-3: #6A355F;
--palette-4: #955180;
--palette-5: #C785A3;
--palette-6: #E8C9D8;

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: #1C1A23;
  --color-palette-2: #3C2742;
  --color-palette-3: #6A355F;
  --color-palette-4: #955180;
  --color-palette-5: #C785A3;
  --color-palette-6: #E8C9D8;
}