Tennis Club
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 startedFast
Ships static, loads instantly.
Honest
Every choice explained.
How the preview picks colors: the lightest swatch becomes the page background, the darkest becomes the text, and the most vivid becomes the button. Drag a chip onto any part of the mockup to override it — 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
#7fff00, #3a6b35, #c96f4a, #f7f6f0, #1f2d50:root {
--color-ball: #7fff00;
--color-court: #3a6b35;
--color-clay: #c96f4a;
--color-line: #f7f6f0;
--color-blazer: #1f2d50;
}@theme {
--color-ball: #7fff00;
--color-court: #3a6b35;
--color-clay: #c96f4a;
--color-line: #f7f6f0;
--color-blazer: #1f2d50;
}{
"name": "Tennis Club",
"colors": [
{
"hex": "#7fff00",
"role": "ball"
},
{
"hex": "#3a6b35",
"role": "court"
},
{
"hex": "#c96f4a",
"role": "clay"
},
{
"hex": "#f7f6f0",
"role": "line"
},
{
"hex": "#1f2d50",
"role": "blazer"
}
]
}