Wizard カラーパレット
美しいWizardカラーパレットをご紹介します。purple heart (#8a2ce2), cornflower blue (#7c68ee), blue marguerite (#6a5bcd), butterfly bush (#5e4b8b) and pigment indigo (#4a0080)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Wizardパレットを使った美しいUIコンポーネントを探索
💻 Wizard カラーパレット CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #6a5bcd;
}
.color-4 {
color: #5e4b8b;
}
.color-5 {
color: #4a0080;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #7c68ee;
--color-3: #6a5bcd;
--color-4: #5e4b8b;
--color-5: #4a0080;
} 🌈 Wizard の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #7c68ee, #6a5bcd, #5e4b8b, #4a0080);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #7c68ee, #6a5bcd, #5e4b8b, #4a0080);
} 🔗 似たようなカラーパレットを探索
Wizard color palette created on .