Paranormal カラーパレット

美しいParanormalカラーパレットをご紹介します。gigas (#4b3c9f), chetwode blue (#807cda), dull lavender (#a59fe5), moon raker (#d4b2f0) and azalea (#f4c3e1)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Purple, Haunting, Spooky, Ethereal, Bright, Magenta, Lavender, Ghostlyカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Paranormal カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3c9f;
}
.color-2 {
color: #807cda;
}
.color-3 {
color: #a59fe5;
}
.color-4 {
color: #d4b2f0;
}
.color-5 {
color: #f4c3e1;
}

/* CSS Variables */
:root {
--color-1: #4b3c9f;
--color-2: #807cda;
--color-3: #a59fe5;
--color-4: #d4b2f0;
--color-5: #f4c3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c9f, #807cda, #a59fe5, #d4b2f0, #f4c3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c9f, #807cda, #a59fe5, #d4b2f0, #f4c3e1);
}

Paranormal color palette created on .