Cold Zombie カラーパレット

美しいCold Zombieカラーパレットをご紹介します。granny smith (#7b9c9d), bismark (#497b83), limed spruce (#3c585d), outer space (#2f4142) and outer space (#1e282a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cold Zombie カラーパレット CSS

/* CSS */
.color-1 {
color: #7b9c9d;
}
.color-2 {
color: #497b83;
}
.color-3 {
color: #3c585d;
}
.color-4 {
color: #2f4142;
}
.color-5 {
color: #1e282a;
}

/* CSS Variables */
:root {
--color-1: #7b9c9d;
--color-2: #497b83;
--color-3: #3c585d;
--color-4: #2f4142;
--color-5: #1e282a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9c9d, #497b83, #3c585d, #2f4142, #1e282a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9c9d, #497b83, #3c585d, #2f4142, #1e282a);
}

Cold Zombie color palette created on .