Embers of Twilight Color Palette

Discover the beautiful Embers of Twilight color palette featuring quincy (#60462c), metallic bronze (#52351e), deep oak (#452411), bistre (#37251b) and sambuca (#32190e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Rustic 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 Embers of Twilight palette

Share this palette to:

💻 Embers of Twilight color palette CSS

/* CSS */
.color-1 {
color: #60462c;
}
.color-2 {
color: #52351e;
}
.color-3 {
color: #452411;
}
.color-4 {
color: #37251b;
}
.color-5 {
color: #32190e;
}

/* CSS Variables */
:root {
--color-1: #60462c;
--color-2: #52351e;
--color-3: #452411;
--color-4: #37251b;
--color-5: #32190e;
}

🌈 Embers of Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60462c, #52351e, #452411, #37251b, #32190e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60462c, #52351e, #452411, #37251b, #32190e);
}

Embers of Twilight color palette created on .