Asian textile direction

Silk Road Mineral textile color palette

Silk Road Mineral combines lapis blue, jade green, oxblood, bronze, sand, and ivory for a premium textile palette with ornamental weight. It suits scarves, jacquards, accessories, packaging, and trims where color should feel mineral, decorative, and controlled.

lapisjadebronzeornamental
Regional Textiles

Textile Direction

How to use Silk Road Mineral

Best For

  • scarves
  • jacquards
  • premium accessories
  • ornamental packaging

Materials

  • silk twill
  • jacquard
  • velvet ribbon
  • embroidered cotton

Color Roles

  • Use lapis and oxblood as the high-value color anchors.
  • Use jade and bronze for ornamental motifs and secondary repeats.
  • Use sand and ivory to open the palette and protect legibility.

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: #17233E;
--palette-2: #244C78;
--palette-3: #4F7D72;
--palette-4: #7A2D2C;
--palette-5: #B8824A;
--palette-6: #F0E2C6;

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: #17233E;
  --color-palette-2: #244C78;
  --color-palette-3: #4F7D72;
  --color-palette-4: #7A2D2C;
  --color-palette-5: #B8824A;
  --color-palette-6: #F0E2C6;
}