angela-debrow-bindery/jazz-color-textures.html
2026-07-18 20:03:21 +00:00

38 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jazz Color Textures — Angela Debrow</title>
<style>
body { font-family: system-ui, sans-serif; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f8f1e3; color: #2c2c2c; }
h1 { color: #4a3a2f; border-bottom: 3px solid #8b5e3c; padding-bottom: 10px; }
.section { margin: 30px 0; }
.color-swatch { width: 100px; height: 100px; display: inline-block; margin: 10px; border: 2px solid #4a3a2f; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Jazz Color Textures</h1>
<p>Layered rhythms from Miles Davis and Southwest soil, mixed for senior hands and youth eyes.</p>
</header>
<div class="section">
<h2>Mixing Like Miles</h2>
<p>Start with deep indigo base — steady like a bass line. Add ochre from Phoenix hills for warmth. Layer translucent veils, letting each dry like a trumpet solo breathing space.</p>
</div>
<div class="section">
<h2>Budget Swatches</h2>
<div style="background:#2c4a6e;" class="color-swatch"></div>
<div style="background:#c98a4d;" class="color-swatch"></div>
<div style="background:#e8d5b8;" class="color-swatch"></div>
<p>Three colors, under $12 total. Enough for a full chapel series.</p>
</div>
<footer>
<p><a href="index.html">Back to rooted home</a></p>
</footer>
</body>
</html>