Halloween カラーパレット

美しいHalloweenカラーパレットをご紹介します。night rider (#0e0806), jambalaya (#663515), horses neck (#663f15), brown derby (#431f14) and tamarind (#30122c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Black, Brown, Deep, Earthy, Maroon, Rustic, Soft, Summer, Warmカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Halloween カラーパレット CSS

/* CSS */
.color-1 {
color: #0e0806;
}
.color-2 {
color: #663515;
}
.color-3 {
color: #663f15;
}
.color-4 {
color: #431f14;
}
.color-5 {
color: #30122c;
}

/* CSS Variables */
:root {
--color-1: #0e0806;
--color-2: #663515;
--color-3: #663f15;
--color-4: #431f14;
--color-5: #30122c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0806, #663515, #663f15, #431f14, #30122c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0806, #663515, #663f15, #431f14, #30122c);
}

Halloween color palette created on .