Dragonfruit Cooler
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
Magenta and green are complements, and this palette splits the green side by value — pale mint for large friendly areas, dark leaf for text — so the complement does structural work instead of just decorating. Petal is dragonfruit diluted toward white, giving the anchor a quiet echo that softens transitions. Coconut off-white keeps the whole thing edible; the fruit itself dictated the ratio of pink flesh to green rind.
Built around Magenta.
Use this palette
- #ca2c92dragonfruit
- #f0c0dapetal
- #a8ddc0mint
- #fdf8f0coconut
- #2f5241leaf
The variables, doing badge duty
:root {
--color-dragonfruit: #ca2c92;
--color-petal: #f0c0da;
--color-mint: #a8ddc0;
--color-coconut: #fdf8f0;
--color-leaf: #2f5241;
}In Dragonfruit Cooler's world
@theme {
--color-dragonfruit: #ca2c92;
--color-petal: #f0c0da;
--color-mint: #a8ddc0;
--color-coconut: #fdf8f0;
--color-leaf: #2f5241;
}{
"name": "Dragonfruit Cooler",
"colors": [
{
"hex": "#ca2c92",
"role": "dragonfruit"
},
{
"hex": "#f0c0da",
"role": "petal"
},
{
"hex": "#a8ddc0",
"role": "mint"
},
{
"hex": "#fdf8f0",
"role": "coconut"
},
{
"hex": "#2f5241",
"role": "leaf"
}
]
}