Curated textile palette

Velvet Fig textile color palette

Velvet Fig is a dense winter palette built from black plum, bark, fig flesh, and soft rose highlight. It suits tactile products, accessories, gifting, and interiors where the palette needs depth, softness, and a sense of seasonal richness.

plushfigwinterdense
Soft ColorEvening Color

Textile Direction

How to use Velvet Fig

Best For

  • winter accessories
  • velvet capsules
  • gifting
  • plush home textiles

Materials

  • velvet
  • mohair
  • corduroy
  • heavy satin

Color Roles

  • Use black plum and bark for the strongest luxury signal.
  • Use fig mid tones for body fabrics and large color-block panels.
  • Use the pale rose highlight sparingly for lining, pattern detail, or packaging.

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: #23151F;
--palette-2: #4B2338;
--palette-3: #6E3552;
--palette-4: #93506C;
--palette-5: #B97F95;
--palette-6: #E5CCD7;

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: #23151F;
  --color-palette-2: #4B2338;
  --color-palette-3: #6E3552;
  --color-palette-4: #93506C;
  --color-palette-5: #B97F95;
  --color-palette-6: #E5CCD7;
}