Biscotti and Delft
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
Beige on its own drifts toward mud, so this palette gives it a single confident counterweight: delft blue, the classic warm-cool pairing of baked goods on painted china. Cocoa is beige's own shadow — same hue, deeper value — which makes the warm side feel continuous, while pale haze echoes the blue at background strength. The result is a two-temperature system that stays legible at every value step.
Built around Beige.
Use this palette
- #e0d3b8biscotti
- #f6efe0cream
- #3f5e8cdelft
- #6b5138cocoa
- #c2cedehaze
The variables, doing badge duty
:root {
--color-biscotti: #e0d3b8;
--color-cream: #f6efe0;
--color-delft: #3f5e8c;
--color-cocoa: #6b5138;
--color-haze: #c2cede;
}In Biscotti and Delft's world
@theme {
--color-biscotti: #e0d3b8;
--color-cream: #f6efe0;
--color-delft: #3f5e8c;
--color-cocoa: #6b5138;
--color-haze: #c2cede;
}{
"name": "Biscotti and Delft",
"colors": [
{
"hex": "#e0d3b8",
"role": "biscotti"
},
{
"hex": "#f6efe0",
"role": "cream"
},
{
"hex": "#3f5e8c",
"role": "delft"
},
{
"hex": "#6b5138",
"role": "cocoa"
},
{
"hex": "#c2cede",
"role": "haze"
}
]
}