Angry Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Angry Red palette
Angry Red color palette CSS
/* CSS */
.color-1 {
color: #d82c2f;
}
.color-2 {
color: #ff7033;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #f1e64b;
}
.color-5 {
color: #5b4dff;
}
/* CSS Variables */
:root {
--color-1: #d82c2f;
--color-2: #ff7033;
--color-3: #ffb85c;
--color-4: #f1e64b;
--color-5: #5b4dff;
}
Angry Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c2f, #ff7033, #ffb85c, #f1e64b, #5b4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c2f, #ff7033, #ffb85c, #f1e64b, #5b4dff);
}
Similar color palettes
Angry Red color palette created on .