Files
pangolin/design/preview/color-clay.html
T
wangjia a642bf16a2 feat: 同步 design/ 设计系统(含 iPad tablet kit) + 架构任务拆分(todo/)
design/ 同步自最新设计导出,新增 ui_kits/tablet/ 平板分栏布局;todo/ 录入 18 个并行实施任务。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 23:57:57 +08:00

25 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<!-- @dsCard group="Colors" name="Clay 主色阶" subtitle="穿山甲铜棕主色 50900,500 为品牌主色" viewport="700x150" --><html><head><meta charset="utf-8"><link rel="stylesheet" href="../colors_and_type.css">
<style>
body{margin:0;background:var(--bg);font-family:var(--font-sans);padding:22px}
.row{display:flex;gap:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.sw{flex:1;height:78px;display:flex;align-items:flex-end;padding:8px;box-sizing:border-box}
.lab{font-family:var(--font-mono);font-size:10px;line-height:1.3}
.meta{display:flex;justify-content:space-between;margin-top:12px;font-family:var(--font-mono);font-size:10px;color:var(--fg3)}
.star{position:absolute}
</style></head><body>
<div class="row">
<div class="sw" style="background:var(--clay-50)"><span class="lab" style="color:var(--clay-700)">50</span></div>
<div class="sw" style="background:var(--clay-100)"><span class="lab" style="color:var(--clay-700)">100</span></div>
<div class="sw" style="background:var(--clay-200)"><span class="lab" style="color:var(--clay-800)">200</span></div>
<div class="sw" style="background:var(--clay-300)"><span class="lab" style="color:var(--clay-900)">300</span></div>
<div class="sw" style="background:var(--clay-400)"><span class="lab" style="color:#fff">400</span></div>
<div class="sw" style="background:var(--clay-500)"><span class="lab" style="color:#fff">500 ●</span></div>
<div class="sw" style="background:var(--clay-600)"><span class="lab" style="color:#fff">600</span></div>
<div class="sw" style="background:var(--clay-700)"><span class="lab" style="color:#fff">700</span></div>
<div class="sw" style="background:var(--clay-800)"><span class="lab" style="color:#fff">800</span></div>
<div class="sw" style="background:var(--clay-900)"><span class="lab" style="color:#fff">900</span></div>
</div>
<div class="meta"><span>Clay / Copper · 主色 · 穿山甲鳞甲</span><span>● 500 = #B96A3D primary</span></div>
</body></html>