Tennis Club

retrovibrantfresh

Click any swatch to copy its hex.

See it in place

Design that earns its keep

A tiny landing page, painted entirely with this palette so you can judge it doing real work.

Get started

Fast

Ships static, loads instantly.

Honest

Every choice explained.

Tap to copy + paint · drag to place

How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. To override: tap a chip to arm it, then click any outlined part of the mockup to paint (or drag the chip there). Your arrangement is saved into this page's URL, so copying the link shares it.

Why it works

Tennis balls are literally chartreuse — the shade was adopted in 1972 for TV visibility — and this palette rebuilds the whole scene around that fact. Court green shares the ball's hue at club-lawn depth, clay brings the warm terracotta of European courts, and blazer navy supplies the traditional clubhouse gravity that lets one neon element feel heritage rather than loud. Line white does what chalk lines do: separates everything cleanly.

Built around Chartreuse.

Use this palette

Hex values
  • #7fff00ball
  • #3a6b35court
  • #c96f4aclay
  • #f7f6f0line
  • #1f2d50blazer
CSS custom properties

The variables, doing badge duty

ballcourtclaylineblazer
:root {
  --color-ball: #7fff00;
  --color-court: #3a6b35;
  --color-clay: #c96f4a;
  --color-line: #f7f6f0;
  --color-blazer: #1f2d50;
}
Tailwind v4 theme

In Tennis Club's world

@theme {
  --color-ball: #7fff00;
  --color-court: #3a6b35;
  --color-clay: #c96f4a;
  --color-line: #f7f6f0;
  --color-blazer: #1f2d50;
}
JSON
{
  "name": "Tennis Club",
  "colors": [
    {
      "hex": "#7fff00",
      "role": "ball"
    },
    {
      "hex": "#3a6b35",
      "role": "court"
    },
    {
      "hex": "#c96f4a",
      "role": "clay"
    },
    {
      "hex": "#f7f6f0",
      "role": "line"
    },
    {
      "hex": "#1f2d50",
      "role": "blazer"
    }
  ]
}

Related palettes