Fiery Ember Shadows Color Palette

Discover the beautiful Fiery Ember Shadows color palette featuring orange (#fe6620), pomegranate (#e93c16), tabasco (#a4220e), mahogany (#4d0c05) and creole (#0d0203).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Red, Brown, Black, Vibrant, 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 Fiery Ember Shadows palette

Share this palette to:

💻 Fiery Ember Shadows color palette CSS

/* CSS */
.color-1 {
color: #fe6620;
}
.color-2 {
color: #e93c16;
}
.color-3 {
color: #a4220e;
}
.color-4 {
color: #4d0c05;
}
.color-5 {
color: #0d0203;
}

/* CSS Variables */
:root {
--color-1: #fe6620;
--color-2: #e93c16;
--color-3: #a4220e;
--color-4: #4d0c05;
--color-5: #0d0203;
}

🌈 Fiery Ember Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6620, #e93c16, #a4220e, #4d0c05, #0d0203);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6620, #e93c16, #a4220e, #4d0c05, #0d0203);
}

Fiery Ember Shadows color palette created on .