Brown Coffee カラーパレット

美しいBrown Coffeeカラーパレットをご紹介します。roman coffee (#795b4e), sandal (#a77d6c), tan (#d0b18a), bone (#e7d0c5) and antique brass (#c8896a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Brown Coffee カラーパレット CSS

/* CSS */
.color-1 {
color: #795b4e;
}
.color-2 {
color: #a77d6c;
}
.color-3 {
color: #d0b18a;
}
.color-4 {
color: #e7d0c5;
}
.color-5 {
color: #c8896a;
}

/* CSS Variables */
:root {
--color-1: #795b4e;
--color-2: #a77d6c;
--color-3: #d0b18a;
--color-4: #e7d0c5;
--color-5: #c8896a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795b4e, #a77d6c, #d0b18a, #e7d0c5, #c8896a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795b4e, #a77d6c, #d0b18a, #e7d0c5, #c8896a);
}

Brown Coffee color palette created on .