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