Brown Vintage カラーパレット

美しいBrown Vintageカラーパレットをご紹介します。di serria (#d9a24a), copper (#c67b3f), copper (#a76b2f), yellow metal (#7d5c3b) and armadillo (#4f4a40)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Brown Vintage カラーパレット CSS

/* CSS */
.color-1 {
color: #d9a24a;
}
.color-2 {
color: #c67b3f;
}
.color-3 {
color: #a76b2f;
}
.color-4 {
color: #7d5c3b;
}
.color-5 {
color: #4f4a40;
}

/* CSS Variables */
:root {
--color-1: #d9a24a;
--color-2: #c67b3f;
--color-3: #a76b2f;
--color-4: #7d5c3b;
--color-5: #4f4a40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a24a, #c67b3f, #a76b2f, #7d5c3b, #4f4a40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a24a, #c67b3f, #a76b2f, #7d5c3b, #4f4a40);
}

Brown Vintage color palette created on .