Corrupt Color Palette
Discover the beautiful Corrupt color palette featuring falu red (#821c1c), tall poppy (#c52e26), red damask (#df7e34), sandy brown (#eea158) and deep blush (#e97792).
Brightness
Saturation
Warmth
💡 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 Corrupt palette
💻 Corrupt color palette CSS
/* CSS */
.color-1 {
color: #821c1c;
}
.color-2 {
color: #c52e26;
}
.color-3 {
color: #df7e34;
}
.color-4 {
color: #eea158;
}
.color-5 {
color: #e97792;
}
/* CSS Variables */
:root {
--color-1: #821c1c;
--color-2: #c52e26;
--color-3: #df7e34;
--color-4: #eea158;
--color-5: #e97792;
} 🌈 Corrupt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #821c1c, #c52e26, #df7e34, #eea158, #e97792);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #821c1c, #c52e26, #df7e34, #eea158, #e97792);
} 🔗 Explore similar color palettes
Corrupt color palette created on .