Interior decoration direction

Terracotta Rattan Sunroom textile color palette

Terracotta Rattan Sunroom is a warm indoor-outdoor palette for spaces that mix woven furniture, clay pots, pale curtains, and relaxed upholstery. The shades move from cool shade into rattan, terracotta, clay pink, sand, and cream so the room feels sunny without turning orange.

sunroomrattanterracottarelaxed

Textile Direction

How to use Terracotta Rattan Sunroom

Best For

  • sunrooms
  • patio textiles
  • rattan furniture
  • indoor-outdoor cushions

Materials

  • rattan
  • outdoor canvas
  • terracotta
  • linen sheer

Color Roles

  • Use shade brown for frames, piping, darker rugs, and structure.
  • Use rattan, terracotta, and clay pink for cushions, planters, wall accents, and woven textile motifs.
  • Use sand and cream for curtains, upholstery grounds, and light wall references.

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: #332920;
--palette-2: #70513C;
--palette-3: #A35F43;
--palette-4: #C98466;
--palette-5: #D8BC8A;
--palette-6: #F3E4CB;

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: #332920;
  --color-palette-2: #70513C;
  --color-palette-3: #A35F43;
  --color-palette-4: #C98466;
  --color-palette-5: #D8BC8A;
  --color-palette-6: #F3E4CB;
}