Re-fresh seasonal direction

Airy Freshness textile color palette

Airy Freshness turns the SS26 Re-fresh mood into a practical textile palette: water-washed mint, cool blue, and deep aquatic shadow. It gives light fabrics a breathable surface while still offering enough darker value for trims, type, and retail structure.

airycoolingwashedclimate-aware

Textile Direction

How to use Airy Freshness

Best For

  • spring shirting
  • light activewear
  • cooling interiors
  • technical summer layers

Materials

  • paper cotton
  • mesh
  • washed poplin
  • lightweight nylon

Color Roles

  • Use the pale mint and aqua tones for breathable grounds.
  • Use the middle blues to create visible product family links.
  • Use the deep aquatic shades for contrast, hardware, and UI-level readability.

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: #DCEFEA;
--palette-2: #B6D9D2;
--palette-3: #88B8BB;
--palette-4: #5F97A6;
--palette-5: #3D7286;
--palette-6: #24485C;

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: #DCEFEA;
  --color-palette-2: #B6D9D2;
  --color-palette-3: #88B8BB;
  --color-palette-4: #5F97A6;
  --color-palette-5: #3D7286;
  --color-palette-6: #24485C;
}