Warm Earthy Tones カラーパレット

美しいWarm Earthy Tonesカラーパレットをご紹介します。red robin (#793e20), crail (#b94d3c), di serria (#d78f5b), ronchi (#f1b74b) and wheatfield (#f1e5c6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warm Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #793e20;
}
.color-2 {
color: #b94d3c;
}
.color-3 {
color: #d78f5b;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #f1e5c6;
}

/* CSS Variables */
:root {
--color-1: #793e20;
--color-2: #b94d3c;
--color-3: #d78f5b;
--color-4: #f1b74b;
--color-5: #f1e5c6;
}

🌈 Warm Earthy Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e20, #b94d3c, #d78f5b, #f1b74b, #f1e5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e20, #b94d3c, #d78f5b, #f1b74b, #f1e5c6);
}

Warm Earthy Tones color palette created on .