Feral Ember Glow Color Palette

Discover the beautiful Feral Ember Glow color palette featuring vermilion (#ff4d00), orange (#ff6d1f), sunshade (#ff9a2e), texas rose (#ffb84d) and kournikova (#ffd970).

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 Feral Ember Glow palette

Share this palette to:

💻 Feral Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9a2e;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd970;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff6d1f;
--color-3: #ff9a2e;
--color-4: #ffb84d;
--color-5: #ffd970;
}

🌈 Feral Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff6d1f, #ff9a2e, #ffb84d, #ffd970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff6d1f, #ff9a2e, #ffb84d, #ffd970);
}

Feral Ember Glow color palette created on .