Curated textile palette

Coastal Linen textile color palette

Coastal Linen combines dry flax neutrals with saline blue accents. It is made for shirting, bedding, relaxed sets, and quiet summer merchandising where the base should feel natural and the blue should arrive as a fresh but understated detail.

linendrysummerrelaxed

Textile Direction

How to use Coastal Linen

Best For

  • linen shirting
  • bedding
  • summer sets
  • coastal interiors

Materials

  • washed linen
  • cotton slub
  • hemp canvas
  • light denim

Color Roles

  • Use the dry brown and flax shades as the natural textile base.
  • Use cream and oatmeal for larger surfaces that need breathability.
  • Use the blue notes for piping, checks, embroidery, or accent products.

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: #6B5A4E;
--palette-2: #A08A76;
--palette-3: #D0C0AA;
--palette-4: #ECE1D0;
--palette-5: #A8C5CF;
--palette-6: #6E97A7;

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: #6B5A4E;
  --color-palette-2: #A08A76;
  --color-palette-3: #D0C0AA;
  --color-palette-4: #ECE1D0;
  --color-palette-5: #A8C5CF;
  --color-palette-6: #6E97A7;
}