Elowyn's Ember Color Palette

Discover the beautiful Elowyn's Ember color palette featuring brandy (#e2c7a2), cream can (#f2b75a), jaffa (#f16f4b), valencia (#d44f3a) and brick red (#c02a4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Coral, Orange, Red 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 Elowyn's Ember palette

Share this palette to:

💻 Elowyn's Ember color palette CSS

/* CSS */
.color-1 {
color: #e2c7a2;
}
.color-2 {
color: #f2b75a;
}
.color-3 {
color: #f16f4b;
}
.color-4 {
color: #d44f3a;
}
.color-5 {
color: #c02a4b;
}

/* CSS Variables */
:root {
--color-1: #e2c7a2;
--color-2: #f2b75a;
--color-3: #f16f4b;
--color-4: #d44f3a;
--color-5: #c02a4b;
}

🌈 Elowyn's Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7a2, #f2b75a, #f16f4b, #d44f3a, #c02a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7a2, #f2b75a, #f16f4b, #d44f3a, #c02a4b);
}

Elowyn's Ember color palette created on .