Wizard's Haven カラーパレット

美しいWizard's Havenカラーパレットをご紹介します。nutmeg (#7e3b2a), anzac (#e4b03f), lily (#c19fb0), saddle (#503d26) and potters clay (#8c5b3b)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Amber, Beige, Burgundy, Earthy, Forest, Gold, Harry Potter, Retro, Vintage, Warmカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Wizard's Havenパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Wizard's Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #7e3b2a;
}
.color-2 {
color: #e4b03f;
}
.color-3 {
color: #c19fb0;
}
.color-4 {
color: #503d26;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #7e3b2a;
--color-2: #e4b03f;
--color-3: #c19fb0;
--color-4: #503d26;
--color-5: #8c5b3b;
}

🌈 Wizard's Haven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3b2a, #e4b03f, #c19fb0, #503d26, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3b2a, #e4b03f, #c19fb0, #503d26, #8c5b3b);
}

Wizard's Havenカラーパレットはに作成されました。