Stadium Lights

vibrantretro

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

Royal blue and scarlet is vintage athletics — think pennants and varsity jackets — and the two stay balanced because they sit at nearly equal saturation and value, with chalk white refereeing between them. Frost gives the blue a quiet tint for backgrounds so the scarlet can stay reserved for moments of emphasis. Navy replaces black, keeping even the darkest text on-team.

Built around Royal Blue.

Use this palette

Hex values
  • #4169e1royal
  • #e63946scarlet
  • #f8f9fachalk
  • #bcc8eefrost
  • #1b2440navy
CSS custom properties

The variables, doing badge duty

royalscarletchalkfrostnavy
:root {
  --color-royal: #4169e1;
  --color-scarlet: #e63946;
  --color-chalk: #f8f9fa;
  --color-frost: #bcc8ee;
  --color-navy: #1b2440;
}
Tailwind v4 theme

In Stadium Lights's world

@theme {
  --color-royal: #4169e1;
  --color-scarlet: #e63946;
  --color-chalk: #f8f9fa;
  --color-frost: #bcc8ee;
  --color-navy: #1b2440;
}
JSON
{
  "name": "Stadium Lights",
  "colors": [
    {
      "hex": "#4169e1",
      "role": "royal"
    },
    {
      "hex": "#e63946",
      "role": "scarlet"
    },
    {
      "hex": "#f8f9fa",
      "role": "chalk"
    },
    {
      "hex": "#bcc8ee",
      "role": "frost"
    },
    {
      "hex": "#1b2440",
      "role": "navy"
    }
  ]
}

Related palettes