Corporate Undead Chic カラーパレット

美しいCorporate Undead Chicカラーパレットをご紹介します。cape cod (#3b4040), corduroy (#5b6262), gunsmoke (#7d8787), tower gray (#a5c0c0) and mystic (#d1e5e5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Corporate Undead Chic カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4040;
}
.color-2 {
color: #5b6262;
}
.color-3 {
color: #7d8787;
}
.color-4 {
color: #a5c0c0;
}
.color-5 {
color: #d1e5e5;
}

/* CSS Variables */
:root {
--color-1: #3b4040;
--color-2: #5b6262;
--color-3: #7d8787;
--color-4: #a5c0c0;
--color-5: #d1e5e5;
}

🌈 Corporate Undead Chic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4040, #5b6262, #7d8787, #a5c0c0, #d1e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4040, #5b6262, #7d8787, #a5c0c0, #d1e5e5);
}

Corporate Undead Chic color palette created on .