Earthy Brown カラーパレット

美しいEarthy Brownカラーパレットをご紹介します。earls green (#c7b93d), sycamore (#9f7c3c), yellow metal (#7a5a3e), congo brown (#593d3b) and thunder (#3b2b36)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Earthy Brownパレットを使った美しいUIコンポーネントを探索

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

💻 Earthy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #c7b93d;
}
.color-2 {
color: #9f7c3c;
}
.color-3 {
color: #7a5a3e;
}
.color-4 {
color: #593d3b;
}
.color-5 {
color: #3b2b36;
}

/* CSS Variables */
:root {
--color-1: #c7b93d;
--color-2: #9f7c3c;
--color-3: #7a5a3e;
--color-4: #593d3b;
--color-5: #3b2b36;
}

🌈 Earthy Brown の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b93d, #9f7c3c, #7a5a3e, #593d3b, #3b2b36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b93d, #9f7c3c, #7a5a3e, #593d3b, #3b2b36);
}

Earthy Brown color palette created on .