Wrath Color Palette

Discover the beautiful Wrath color palette featuring well read (#b03030), fuzzy wuzzy brown (#c84c4c), japonica (#d86f6f), shilo (#e6a3a3) and beauty bush (#f2c0c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Anger, Passion, Bright, Deep, Coral, Crimson, Vibrant 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 Wrath palette

Share this palette to:

💻 Wrath color palette CSS

/* CSS */
.color-1 {
color: #b03030;
}
.color-2 {
color: #c84c4c;
}
.color-3 {
color: #d86f6f;
}
.color-4 {
color: #e6a3a3;
}
.color-5 {
color: #f2c0c0;
}

/* CSS Variables */
:root {
--color-1: #b03030;
--color-2: #c84c4c;
--color-3: #d86f6f;
--color-4: #e6a3a3;
--color-5: #f2c0c0;
}

🌈 Wrath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b03030, #c84c4c, #d86f6f, #e6a3a3, #f2c0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b03030, #c84c4c, #d86f6f, #e6a3a3, #f2c0c0);
}

Wrath color palette created on .