線上色彩明暗階生成器 — 選取基色自動生成 10 級亮色(Tint)和 10 級暗色(Shade)。點擊複製色值,或一鍵匯出 CSS 自訂屬性,適合設計系統配色方案。 由 ToolNext 免費線上工具箱提供。
:root {
--shade-10: #050c16;
--shade-9: #0b182d;
--shade-8: #102343;
--shade-7: #152f59;
--shade-6: #1b3b70;
--shade-5: #204786;
--shade-4: #26539d;
--shade-3: #2b5fb3;
--shade-2: #306ac9;
--shade-1: #3676e0;
--base: #3b82f6;
--tint-1: #4d8df7;
--tint-2: #5f99f8;
--tint-3: #70a4f8;
--tint-4: #82aff9;
--tint-5: #94bbfa;
--tint-6: #a6c6fb;
--tint-7: #b8d2fc;
--tint-8: #caddfd;
--tint-9: #dbe8fd;
--tint-10: #edf4fe;
}