Shades of Brown カラーパレット

美しいShades of Brownカラーパレットをご紹介します。wheat (#f4e2b3), harvest gold (#e4b77c), di serria (#d6a15c), copper (#c1703e) and nutmeg (#7a4a2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #e4b77c;
}
.color-3 {
color: #d6a15c;
}
.color-4 {
color: #c1703e;
}
.color-5 {
color: #7a4a2a;
}

/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #e4b77c;
--color-3: #d6a15c;
--color-4: #c1703e;
--color-5: #7a4a2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #e4b77c, #d6a15c, #c1703e, #7a4a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #e4b77c, #d6a15c, #c1703e, #7a4a2a);
}

Shades of Brown color palette created on .