Rustic Twilight Symphony Color Palette

Discover the beautiful Rustic Twilight Symphony color palette featuring lucky (#b39c19), regent gray (#7f909f), thunderbird (#c1311a), mulled wine (#554c6b) and matisse (#196194).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Crimson, Teal, Vibrant, Earthy, Modern, Autumn 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 Rustic Twilight Symphony palette

Share this palette to:

💻 Rustic Twilight Symphony color palette CSS

/* CSS */
.color-1 {
color: #b39c19;
}
.color-2 {
color: #7f909f;
}
.color-3 {
color: #c1311a;
}
.color-4 {
color: #554c6b;
}
.color-5 {
color: #196194;
}

/* CSS Variables */
:root {
--color-1: #b39c19;
--color-2: #7f909f;
--color-3: #c1311a;
--color-4: #554c6b;
--color-5: #196194;
}

🌈 Rustic Twilight Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b39c19, #7f909f, #c1311a, #554c6b, #196194);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b39c19, #7f909f, #c1311a, #554c6b, #196194);
}

Rustic Twilight Symphony color palette created on .