Embered Elegance Color Palette

Discover the beautiful Embered Elegance color palette featuring livid brown (#492c37), ferra (#6d4f55), bazaar (#9e7680), thatch (#c5a5a7) and twilight (#e3ced7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Soft, Elegant, Autumn, 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 Embered Elegance palette

Share this palette to:

💻 Embered Elegance color palette CSS

/* CSS */
.color-1 {
color: #492c37;
}
.color-2 {
color: #6d4f55;
}
.color-3 {
color: #9e7680;
}
.color-4 {
color: #c5a5a7;
}
.color-5 {
color: #e3ced7;
}

/* CSS Variables */
:root {
--color-1: #492c37;
--color-2: #6d4f55;
--color-3: #9e7680;
--color-4: #c5a5a7;
--color-5: #e3ced7;
}

🌈 Embered Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c37, #6d4f55, #9e7680, #c5a5a7, #e3ced7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c37, #6d4f55, #9e7680, #c5a5a7, #e3ced7);
}

Embered Elegance color palette created on .