Kite Weather

freshvibrant

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

Sky blue and sunflower yellow sit nearly opposite on the wheel, so the small dose of sun instantly warms an otherwise cool scheme. Cloud white and the deeper cornflower give the sky three clean value steps, while ink navy supplies text contrast without resorting to black. The result feels like a clear afternoon: bright, simple and impossible to read as gloomy.

Built around Sky Blue.

Use this palette

Hex values
  • #87ceebsky
  • #f7fbfdcloud
  • #ffd166sun
  • #4a90c2cornflower
  • #1d3557ink
CSS custom properties

The variables, doing badge duty

skycloudsuncornflowerink
:root {
  --color-sky: #87ceeb;
  --color-cloud: #f7fbfd;
  --color-sun: #ffd166;
  --color-cornflower: #4a90c2;
  --color-ink: #1d3557;
}
Tailwind v4 theme

In Kite Weather's world

@theme {
  --color-sky: #87ceeb;
  --color-cloud: #f7fbfd;
  --color-sun: #ffd166;
  --color-cornflower: #4a90c2;
  --color-ink: #1d3557;
}
JSON
{
  "name": "Kite Weather",
  "colors": [
    {
      "hex": "#87ceeb",
      "role": "sky"
    },
    {
      "hex": "#f7fbfd",
      "role": "cloud"
    },
    {
      "hex": "#ffd166",
      "role": "sun"
    },
    {
      "hex": "#4a90c2",
      "role": "cornflower"
    },
    {
      "hex": "#1d3557",
      "role": "ink"
    }
  ]
}

Related palettes