60s Retro カラーパレット

美しい60s Retroカラーパレットをご紹介します。sandy brown (#f5ab61), french rose (#f25a76), trendy pink (#895d92), butterfly bush (#594f8c) and jungle green (#2a9d90)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:60s, Retro, Vibrant, Bright, Spring, Coral, Magenta, Teal, Purple, Creamカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f5ab61;
}
.color-2 {
color: #f25a76;
}
.color-3 {
color: #895d92;
}
.color-4 {
color: #594f8c;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f5ab61;
--color-2: #f25a76;
--color-3: #895d92;
--color-4: #594f8c;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}

60s Retro color palette created on .