Warm Neutrals | Medium Color Palette

Discover the beautiful Warm Neutrals | Medium color palette featuring akaroa (#d8c7b0), brandy rose (#c19b7b), teak (#b28b6c), cape palliser (#a16a4f) and kabul (#594c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Modern, Neutral, Soft, Tan, Vintage, Warm 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 Warm Neutrals | Medium palette

Share this palette to:

💻 Warm Neutrals | Medium color palette CSS

/* CSS */
.color-1 {
color: #d8c7b0;
}
.color-2 {
color: #c19b7b;
}
.color-3 {
color: #b28b6c;
}
.color-4 {
color: #a16a4f;
}
.color-5 {
color: #594c3a;
}

/* CSS Variables */
:root {
--color-1: #d8c7b0;
--color-2: #c19b7b;
--color-3: #b28b6c;
--color-4: #a16a4f;
--color-5: #594c3a;
}

🌈 Warm Neutrals | Medium background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c7b0, #c19b7b, #b28b6c, #a16a4f, #594c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c7b0, #c19b7b, #b28b6c, #a16a4f, #594c3a);
}

Warm Neutrals | Medium color palette created on .