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: #d23c28;
}
.color-2 {
color: #e04d59;
}
.color-3 {
color: #f06a87;
}
.color-4 {
color: #dfaf6d;
}
.color-5 {
color: #b48c6a;
}
/* CSS Variables */
:root {
--color-1: #d23c28;
--color-2: #e04d59;
--color-3: #f06a87;
--color-4: #dfaf6d;
--color-5: #b48c6a;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23c28, #e04d59, #f06a87, #dfaf6d, #b48c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23c28, #e04d59, #f06a87, #dfaf6d, #b48c6a);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
- Sunlit Serenity
- Dusty Rose
- Shades of Yellow Red
- Dreamscape Reverie
- Electric Harmony
- Sunkissed Sorrows
- Crimson Mist
- Pink Hollyberry
- Dino Disco Delight
- Juicy Summer Delight
- Dark Purple Rainbow
- Luminous Undead Glow
- Pink Love
- Red Cookie Delight
- Sweet Orchard Delight
- Crimson Valentino
- Crimson Veil Elegance
- Crimson Sunrise
Shades of Red color palette created on .