Earthy Browns カラーパレット

美しいEarthy Brownsカラーパレットをご紹介します。pickled bean (#7b4924), paarl (#a85f2e), tussock (#c8893c), harvest gold (#e1b37a) and wheat (#f4d3b4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Earthy Browns カラーパレット CSS

/* CSS */
.color-1 {
color: #7b4924;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c8893c;
}
.color-4 {
color: #e1b37a;
}
.color-5 {
color: #f4d3b4;
}

/* CSS Variables */
:root {
--color-1: #7b4924;
--color-2: #a85f2e;
--color-3: #c8893c;
--color-4: #e1b37a;
--color-5: #f4d3b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4924, #a85f2e, #c8893c, #e1b37a, #f4d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4924, #a85f2e, #c8893c, #e1b37a, #f4d3b4);
}

Earthy Browns color palette created on .