Muted Zombie カラーパレット

美しいMuted Zombieカラーパレットをご紹介します。cape cod (#4a4f4e), gunsmoke (#7e8b8a), submarine (#b6c8c6), black haze (#e2e4e3) and gray nurse (#f4f5f4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Muted Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #4a4f4e;
}
.color-2 {
color: #7e8b8a;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #e2e4e3;
}
.color-5 {
color: #f4f5f4;
}

/* CSS Variables */
:root {
--color-1: #4a4f4e;
--color-2: #7e8b8a;
--color-3: #b6c8c6;
--color-4: #e2e4e3;
--color-5: #f4f5f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4f4e, #7e8b8a, #b6c8c6, #e2e4e3, #f4f5f4);
}

Muted Zombie color palette created on .