Midnight Feathers Color Palette

Discover the beautiful Midnight Feathers color palette featuring charade (#2f2b3b), mortar (#4b404f), falcon (#745868), copper rust (#a24e4e) and flame pea (#d9643a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Dark, Red, 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 Midnight Feathers palette

Share this palette to:

💻 Midnight Feathers color palette CSS

/* CSS */
.color-1 {
color: #2f2b3b;
}
.color-2 {
color: #4b404f;
}
.color-3 {
color: #745868;
}
.color-4 {
color: #a24e4e;
}
.color-5 {
color: #d9643a;
}

/* CSS Variables */
:root {
--color-1: #2f2b3b;
--color-2: #4b404f;
--color-3: #745868;
--color-4: #a24e4e;
--color-5: #d9643a;
}

🌈 Midnight Feathers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f2b3b, #4b404f, #745868, #a24e4e, #d9643a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f2b3b, #4b404f, #745868, #a24e4e, #d9643a);
}

Midnight Feathers color palette created on .