Poolside Soda
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. 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
Aqua, lemon and raspberry are a 1950s soda-fountain triad — three brights spaced widely around the wheel so each keeps its own identity. Cream stands in for white and gives the palette its vintage, sun-faded backdrop, while deep ink teal keeps text inside the aqua family instead of defaulting to black. Use aqua as the lead and ration the raspberry: it is the loudest voice in the room.
Built around Aqua.
Use this palette
- #00c2c7aqua
- #fff9eccream
- #ffd23flemon
- #ff5d8fraspberry
- #073b4cink
The variables, doing badge duty
:root {
--color-aqua: #00c2c7;
--color-cream: #fff9ec;
--color-lemon: #ffd23f;
--color-raspberry: #ff5d8f;
--color-ink: #073b4c;
}In Poolside Soda's world
@theme {
--color-aqua: #00c2c7;
--color-cream: #fff9ec;
--color-lemon: #ffd23f;
--color-raspberry: #ff5d8f;
--color-ink: #073b4c;
}{
"name": "Poolside Soda",
"colors": [
{
"hex": "#00c2c7",
"role": "aqua"
},
{
"hex": "#fff9ec",
"role": "cream"
},
{
"hex": "#ffd23f",
"role": "lemon"
},
{
"hex": "#ff5d8f",
"role": "raspberry"
},
{
"hex": "#073b4c",
"role": "ink"
}
]
}