VHS カラーパレット

美しい VHSカラーパレットをご紹介します。seance (#6c109e), tapestry (#ba5e9d), we peep (#f3c9d5), sandwisp (#f4e0a4) and sandy brown (#f7a859)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 VHS カラーパレット CSS

/* CSS */
.color-1 {
color: #6c109e;
}
.color-2 {
color: #ba5e9d;
}
.color-3 {
color: #f3c9d5;
}
.color-4 {
color: #f4e0a4;
}
.color-5 {
color: #f7a859;
}

/* CSS Variables */
:root {
--color-1: #6c109e;
--color-2: #ba5e9d;
--color-3: #f3c9d5;
--color-4: #f4e0a4;
--color-5: #f7a859;
}

🌈 VHS の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c109e, #ba5e9d, #f3c9d5, #f4e0a4, #f7a859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c109e, #ba5e9d, #f3c9d5, #f4e0a4, #f7a859);
}

VHS color palette created on .