Deco Color Palette

Discover the beautiful Deco color palette featuring akaroa (#d7c9b2), hit gray (#a1b2b5), wedgewood (#4c7d94), fiord (#3b4d6d) and ebony clay (#2a2c41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Elegant, Gray, Minimalist, Modern, Soft, Teal 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 Deco palette

Share this palette to:

💻 Deco color palette CSS

/* CSS */
.color-1 {
color: #d7c9b2;
}
.color-2 {
color: #a1b2b5;
}
.color-3 {
color: #4c7d94;
}
.color-4 {
color: #3b4d6d;
}
.color-5 {
color: #2a2c41;
}

/* CSS Variables */
:root {
--color-1: #d7c9b2;
--color-2: #a1b2b5;
--color-3: #4c7d94;
--color-4: #3b4d6d;
--color-5: #2a2c41;
}

🌈 Deco background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9b2, #a1b2b5, #4c7d94, #3b4d6d, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9b2, #a1b2b5, #4c7d94, #3b4d6d, #2a2c41);
}

Deco color palette created on .