Corrupt Color Palette
Brightness
Saturation
Warmth
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);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Corrupt color palette created on .