美しいWarm Earthy Brownカラーパレットをご紹介します。whiskey (#d0a66c), raw sienna (#c97c4f), brown rust (#b95b3c), paarl (#9e4029) and burnt umber (#89292e)で構成されています。
Warm Earthy Brown カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Warm Earthy Brownパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Warm Earthy Brownパレットを使った美しいUIコンポーネントを探索
💻 Warm Earthy Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #d0a66c;
}
.color-2 {
color: #c97c4f;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #9e4029;
}
.color-5 {
color: #89292e;
}
/* CSS Variables */
:root {
--color-1: #d0a66c;
--color-2: #c97c4f;
--color-3: #b95b3c;
--color-4: #9e4029;
--color-5: #89292e;
}
🌈 Warm Earthy Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a66c, #c97c4f, #b95b3c, #9e4029, #89292e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a66c, #c97c4f, #b95b3c, #9e4029, #89292e);
}
🔗 似たようなカラーパレットを探索
Warm Earthy Brown color palette created on .