Shades of Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red palette
Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #b32d29;
}
.color-2 {
color: #d6543d;
}
.color-3 {
color: #f08d5c;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #fedd8b;
}
/* CSS Variables */
:root {
--color-1: #b32d29;
--color-2: #d6543d;
--color-3: #f08d5c;
--color-4: #f9b85d;
--color-5: #fedd8b;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b32d29, #d6543d, #f08d5c, #f9b85d, #fedd8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b32d29, #d6543d, #f08d5c, #f9b85d, #fedd8b);
}
Similar color palettes
Shades of Red color palette created on .