Corporate Undead Chic Color Palette

Discover the beautiful Corporate Undead Chic color palette featuring cape cod (#3b4040), corduroy (#5b6262), gunsmoke (#7d8787), tower gray (#a5c0c0) and mystic (#d1e5e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Teal, Green, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Corporate Undead Chic palette

Share this palette to:

💻 Corporate Undead Chic color palette 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 background gradient 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 .