"Fiery Ember Glow" Color Palette

Discover the beautiful "Fiery Ember Glow" color palette featuring burning orange (#ff6d2e), hot cinnamon (#d94f20), thunderbird (#b5381c), pueblo (#8a2a15) and redwood (#5d1e0e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 "Fiery Ember Glow" palette

Share this palette to:

💻 "Fiery Ember Glow" color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #d94f20;
}
.color-3 {
color: #b5381c;
}
.color-4 {
color: #8a2a15;
}
.color-5 {
color: #5d1e0e;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #d94f20;
--color-3: #b5381c;
--color-4: #8a2a15;
--color-5: #5d1e0e;
}

🌈 "Fiery Ember Glow" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #d94f20, #b5381c, #8a2a15, #5d1e0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #d94f20, #b5381c, #8a2a15, #5d1e0e);
}

"Fiery Ember Glow" color palette created on .