Melancholy Zombie Apocalypse カラーパレット

美しいMelancholy Zombie Apocalypseカラーパレットをご紹介します。mortar (#4b3d4d), fedora (#786d78), dusty gray (#b29fa4), cold turkey (#cfbec7) and bon jour (#e5e0e5)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Dark, Muted, Gray, Purple, Vintage, Desert, Earthy, Soft, Autumn, Zombieカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Melancholy Zombie Apocalypse カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #786d78;
}
.color-3 {
color: #b29fa4;
}
.color-4 {
color: #cfbec7;
}
.color-5 {
color: #e5e0e5;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #786d78;
--color-3: #b29fa4;
--color-4: #cfbec7;
--color-5: #e5e0e5;
}

🌈 Melancholy Zombie Apocalypse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #786d78, #b29fa4, #cfbec7, #e5e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #786d78, #b29fa4, #cfbec7, #e5e0e5);
}

Melancholy Zombie Apocalypse color palette created on .