从基础颜色生成调色板。包括互补色、三角配色和单色方案。
ベース
補色
:root { --color-1: #3b82f6; /* ベース */ --color-2: #f6af3c; /* 補色 */ }