70s Earthy Tones カラーパレット

美しい70s Earthy Tonesカラーパレットをご紹介します。quincy (#5b3a29), yellow metal (#7b5b3d), teak (#b68b6d), pavlova (#d9c1a0) and albescent white (#f4e3d2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 70s Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7b5b3d;
}
.color-3 {
color: #b68b6d;
}
.color-4 {
color: #d9c1a0;
}
.color-5 {
color: #f4e3d2;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7b5b3d;
--color-3: #b68b6d;
--color-4: #d9c1a0;
--color-5: #f4e3d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7b5b3d, #b68b6d, #d9c1a0, #f4e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7b5b3d, #b68b6d, #d9c1a0, #f4e3d2);
}

70s Earthy Tones color palette created on .