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: #870322;
}
.color-2 {
color: #a44c53;
}
.color-3 {
color: #d97d81;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #ffdddb;
}
/* CSS Variables */
:root {
--color-1: #870322;
--color-2: #a44c53;
--color-3: #d97d81;
--color-4: #f2b1b4;
--color-5: #ffdddb;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #870322, #a44c53, #d97d81, #f2b1b4, #ffdddb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #870322, #a44c53, #d97d81, #f2b1b4, #ffdddb);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
- Scarlet Sunrise
- Celebration Whirlwind
- Shades of Red and Blue
- 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
Shades of Red color palette created on .