Rage Color Palette

Discover the beautiful Rage color palette featuring sunset orange (#ff4d4f), neon carrot (#fc923b), energy yellow (#f9d25d), marzipan (#f6e48e) and gull gray (#a3afbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Bright, Vibrant, Summer, Fun, Fire 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 Rage palette

Share this palette to:

💻 Rage color palette CSS

/* CSS */
.color-1 {
color: #ff4d4f;
}
.color-2 {
color: #fc923b;
}
.color-3 {
color: #f9d25d;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #a3afbd;
}

/* CSS Variables */
:root {
--color-1: #ff4d4f;
--color-2: #fc923b;
--color-3: #f9d25d;
--color-4: #f6e48e;
--color-5: #a3afbd;
}

🌈 Rage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4f, #fc923b, #f9d25d, #f6e48e, #a3afbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4f, #fc923b, #f9d25d, #f6e48e, #a3afbd);
}

Rage color palette created on .