Error Color Palette

Discover the beautiful Error color palette featuring persian red (#d33131), pomegranate (#f44034), gorse (#ffec3d), amber (#ffc105) and fruit salad (#4cae4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Yellow, Amber, Green, Bright, Alert, Warning, Light 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 Error palette

Share this palette to:

💻 Error color palette CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #f44034;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #f44034;
--color-3: #ffec3d;
--color-4: #ffc105;
--color-5: #4cae4f;
}

🌈 Error background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #f44034, #ffec3d, #ffc105, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #f44034, #ffec3d, #ffc105, #4cae4f);
}

Error color palette created on .