Vintage 60s カラーパレット

美しいVintage 60sカラーパレットをご紹介します。sundance (#d0a45d), brown rust (#a66d3a), dallas (#715b28), kabul (#5a4b3a) and woody brown (#3b2b2d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #d0a45d;
}
.color-2 {
color: #a66d3a;
}
.color-3 {
color: #715b28;
}
.color-4 {
color: #5a4b3a;
}
.color-5 {
color: #3b2b2d;
}

/* CSS Variables */
:root {
--color-1: #d0a45d;
--color-2: #a66d3a;
--color-3: #715b28;
--color-4: #5a4b3a;
--color-5: #3b2b2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a45d, #a66d3a, #715b28, #5a4b3a, #3b2b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a45d, #a66d3a, #715b28, #5a4b3a, #3b2b2d);
}

Vintage 60s color palette created on .