Caramel Brown カラーパレット

美しいCaramel Brownカラーパレットをご紹介します。tussock (#c68a4e), di serria (#d79f5b), porsche (#e6b76b), sapling (#dfc9a4) and sanguine brown (#8c3b3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Caramel Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #c68a4e;
}
.color-2 {
color: #d79f5b;
}
.color-3 {
color: #e6b76b;
}
.color-4 {
color: #dfc9a4;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #c68a4e;
--color-2: #d79f5b;
--color-3: #e6b76b;
--color-4: #dfc9a4;
--color-5: #8c3b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}

Caramel Brown color palette created on .