Man of the West カラーパレット

美しいMan of the Westカラーパレットをご紹介します。teak (#b39c6b), yellow metal (#795939), saddle (#4f3c27), paarl (#a25a2a) and rodeo dust (#c7b39e)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Amber, Beige, Brown, Desert, Earthy, Neutral, Orange, Tan, Woodカラーパレットと組み合わせ。

💡 できること

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

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

UI例

Man of the Westパレットを使った美しいUIコンポーネントを探索

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

💻 Man of the West カラーパレット CSS

/* CSS */
.color-1 {
color: #b39c6b;
}
.color-2 {
color: #795939;
}
.color-3 {
color: #4f3c27;
}
.color-4 {
color: #a25a2a;
}
.color-5 {
color: #c7b39e;
}

/* CSS Variables */
:root {
--color-1: #b39c6b;
--color-2: #795939;
--color-3: #4f3c27;
--color-4: #a25a2a;
--color-5: #c7b39e;
}

🌈 Man of the West の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b39c6b, #795939, #4f3c27, #a25a2a, #c7b39e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b39c6b, #795939, #4f3c27, #a25a2a, #c7b39e);
}

Man of the Westカラーパレットはに作成されました。