Red Anger Color Palette

Discover the beautiful Red Anger color palette featuring valencia (#d62e2e), sandy brown (#f4a462), ripe lemon (#f6c80e), pickled bluewood (#2b3d50) and zest (#e77e23).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Bright, Fun 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: #d62e2e;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f6c80e;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #d62e2e;
--color-2: #f4a462;
--color-3: #f6c80e;
--color-4: #2b3d50;
--color-5: #e77e23;
}

🌈 Red Anger background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62e2e, #f4a462, #f6c80e, #2b3d50, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62e2e, #f4a462, #f6c80e, #2b3d50, #e77e23);
}

Red Anger color palette created on .