32 lines
2.1 KiB
HTML
32 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Southwest Color Mixing • Angela Debrow</title>
|
|
<style>
|
|
body { font-family: Georgia, serif; background: #f5f0e6; color: #2c2416; max-width: 720px; margin: 40px auto; padding: 20px; line-height: 1.6; }
|
|
h1 { color: #5c4033; border-bottom: 3px solid #8b5e3c; padding-bottom: 10px; }
|
|
.herb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
|
|
.swatch { padding: 15px; background: white; border: 1px solid #8b5e3c; text-align: center; }
|
|
.swatch span { display: block; height: 80px; margin-bottom: 10px; border: 1px solid #ccc; }
|
|
footer { margin-top: 60px; font-size: 0.9em; color: #5c4033; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Southwest Color Mixing: Herbs & Earth Pigments</h1>
|
|
<p>From my Phoenix herb garden straight into the studio—roots, sage, and sun-baked clay shape every palette. Like Miles Davis layering muted brass over steady basslines, these tones build slow and true.</p>
|
|
|
|
<div class="herb-grid">
|
|
<div class="swatch"><span style="background: #4a3c2f;"></span>Desert Sage Green — Grounded, enduring</div>
|
|
<div class="swatch"><span style="background: #a67c52;"></span>Clay Ochre — Warm, resilient Southwest dust</div>
|
|
<div class="swatch"><span style="background: #3d2b1f;"></span>Mesquite Bark Brown — Deep texture, gospel-rooted</div>
|
|
<div class="swatch"><span style="background: #5f4e3a;"></span>Herb Shadow — Quiet layers like Hilma af Klint veils</div>
|
|
</div>
|
|
|
|
<p>Seniors and youth alike learn these mixes in my workshops: no waste, every drop counted. The same discipline that kept our community stories alive through the civil-rights years now paints living color on canvas.</p>
|
|
|
|
<footer><a href="index.html">← Back to rooted stories</a> • Curated with care, 2026</footer>
|
|
</body>
|
|
</html> |