Curated textile palette

Resort Mineral textile color palette

Resort Mineral keeps blue in a mineral, sea-glass range rather than a nautical one. Deep teal, pool blue, and pale aqua make it flexible for resortwear, active layers, and light home textiles that need freshness with a technical edge.

coastalmineralfreshresort

Textile Direction

How to use Resort Mineral

Best For

  • resortwear
  • active layers
  • bath textiles
  • fresh packaging

Materials

  • linen blend
  • recycled nylon
  • cotton terry
  • washed chambray

Color Roles

  • Use the deepest teal for outlines, waistbands, and brand marks.
  • Let the mid blues define the recognizable resort direction.
  • Use the pale aqua shades as airy grounds for shirting, bedding, and trims.

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: #1E4E63;
--palette-2: #31708A;
--palette-3: #4F92A8;
--palette-4: #7DB6C0;
--palette-5: #B4D7D5;
--palette-6: #E6F2EF;

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: #1E4E63;
  --color-palette-2: #31708A;
  --color-palette-3: #4F92A8;
  --color-palette-4: #7DB6C0;
  --color-palette-5: #B4D7D5;
  --color-palette-6: #E6F2EF;
}