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: #d62c29;
}
.color-2 {
color: #f05451;
}
.color-3 {
color: #f7a1a1;
}
.color-4 {
color: #f4c3c3;
}
.color-5 {
color: #f8e2e2;
}
/* CSS Variables */
:root {
--color-1: #d62c29;
--color-2: #f05451;
--color-3: #f7a1a1;
--color-4: #f4c3c3;
--color-5: #f8e2e2;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62c29, #f05451, #f7a1a1, #f4c3c3, #f8e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62c29, #f05451, #f7a1a1, #f4c3c3, #f8e2e2);
}
Similar color palettes
- Dark Crimson
- Chocolate Crunch Delight
- Sangria Sunset
- Cherry Limeade Burst
- Regal Emberstone
- Yellow Eclipse
- Twilight Ember
- Sweetheart Serenade
- Ember Ascendance
- Sunset Orange
- Sunset Serenade
- Vibrant Red and Blue
- Shades of Pink and Blue
- Webslinger Vibes
- Shades of Pink and Red
- Shades of Blue and Red
- Haunting Hues
- Candy Apple Red
Shades of Red color palette created on .