Leather カラーパレット

美しいLeatherカラーパレットをご紹介します。tobacco brown (#6f4c3e), paarl (#a85f2e), whiskey (#d89a6e), manhattan (#f5c99e) and banana mania (#fbe2b1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Leather カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89a6e;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #fbe2b1;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a85f2e;
--color-3: #d89a6e;
--color-4: #f5c99e;
--color-5: #fbe2b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a85f2e, #d89a6e, #f5c99e, #fbe2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a85f2e, #d89a6e, #f5c99e, #fbe2b1);
}

Leather color palette created on .