Kite Weather
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
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
#87ceeb, #f7fbfd, #ffd166, #4a90c2, #1d3557:root {
--color-sky: #87ceeb;
--color-cloud: #f7fbfd;
--color-sun: #ffd166;
--color-cornflower: #4a90c2;
--color-ink: #1d3557;
}@theme {
--color-sky: #87ceeb;
--color-cloud: #f7fbfd;
--color-sun: #ffd166;
--color-cornflower: #4a90c2;
--color-ink: #1d3557;
}{
"name": "Kite Weather",
"colors": [
{
"hex": "#87ceeb",
"role": "sky"
},
{
"hex": "#f7fbfd",
"role": "cloud"
},
{
"hex": "#ffd166",
"role": "sun"
},
{
"hex": "#4a90c2",
"role": "cornflower"
},
{
"hex": "#1d3557",
"role": "ink"
}
]
}