Red Anger Color Palette

Discover the beautiful Red Anger color palette featuring valencia (#d63f2e), tulip tree (#f1b341), festival (#f9e16c), de york (#85c19d) and steel blue (#4f8cba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Yellow, Green, Blue, Bright 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 Red Anger palette

Share this palette to:

💻 Red Anger color palette CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f9e16c;
}
.color-4 {
color: #85c19d;
}
.color-5 {
color: #4f8cba;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #f9e16c;
--color-4: #85c19d;
--color-5: #4f8cba;
}

🌈 Red Anger background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #f9e16c, #85c19d, #4f8cba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #f9e16c, #85c19d, #4f8cba);
}

Red Anger color palette created on .