1970s Vintage カラーパレット

美しい1970s Vintageカラーパレットをご紹介します。apple blossom (#a04a3b), red damask (#d36b3c), sandy brown (#f0a26a), marzipan (#f7d69c) and sidecar (#f1e0b1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 1970s Vintage カラーパレット CSS

/* CSS */
.color-1 {
color: #a04a3b;
}
.color-2 {
color: #d36b3c;
}
.color-3 {
color: #f0a26a;
}
.color-4 {
color: #f7d69c;
}
.color-5 {
color: #f1e0b1;
}

/* CSS Variables */
:root {
--color-1: #a04a3b;
--color-2: #d36b3c;
--color-3: #f0a26a;
--color-4: #f7d69c;
--color-5: #f1e0b1;
}

🌈 1970s Vintage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04a3b, #d36b3c, #f0a26a, #f7d69c, #f1e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04a3b, #d36b3c, #f0a26a, #f7d69c, #f1e0b1);
}

1970s Vintage color palette created on .