Red Wrath Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Wrath palette
Red Wrath color palette CSS
/* CSS */
.color-1 {
color: #ae1e33;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #7b9c02;
}
/* CSS Variables */
:root {
--color-1: #ae1e33;
--color-2: #f05a28;
--color-3: #faa200;
--color-4: #ffd900;
--color-5: #7b9c02;
}
Red Wrath background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae1e33, #f05a28, #faa200, #ffd900, #7b9c02);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae1e33, #f05a28, #faa200, #ffd900, #7b9c02);
}
Similar color palettes
Scroll down to explore 300+ Red color palettes
Red Wrath color palette created on .