Warm Red Tones カラーパレット

美しいWarm Red Tonesカラーパレットをご紹介します。nutmeg (#802e2d), roman (#d85c5a), sandy brown (#f5a76b), cream can (#f2d469) and harvest gold (#e1a86b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #802e2d;
}
.color-2 {
color: #d85c5a;
}
.color-3 {
color: #f5a76b;
}
.color-4 {
color: #f2d469;
}
.color-5 {
color: #e1a86b;
}

/* CSS Variables */
:root {
--color-1: #802e2d;
--color-2: #d85c5a;
--color-3: #f5a76b;
--color-4: #f2d469;
--color-5: #e1a86b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #802e2d, #d85c5a, #f5a76b, #f2d469, #e1a86b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #802e2d, #d85c5a, #f5a76b, #f2d469, #e1a86b);
}

Warm Red Tones color palette created on .