Light Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Red palette
Light Red color palette CSS
/* CSS */
.color-1 {
color: #ef6c6c;
}
.color-2 {
color: #f8a5a5;
}
.color-3 {
color: #f4c3c3;
}
.color-4 {
color: #f6dfdf;
}
.color-5 {
color: #eae6e6;
}
/* CSS Variables */
:root {
--color-1: #ef6c6c;
--color-2: #f8a5a5;
--color-3: #f4c3c3;
--color-4: #f6dfdf;
--color-5: #eae6e6;
}
Light Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef6c6c, #f8a5a5, #f4c3c3, #f6dfdf, #eae6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef6c6c, #f8a5a5, #f4c3c3, #f6dfdf, #eae6e6);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
- Faded Orchard Bliss
- Mystical Cookie Dreamscape
- Ethereal Whispers
- Celestial Whispers
- Whimsical Resilience
- Pink Wounds
- Lavender Dreamscape
- Whispers of the Maw
- Shades of Pink
- Whispers of Amethyst
- Dew-kissed Royal Blossoms
- Warm Mye
- Cherry Blossom Dream
- Shades of Blue
- Shades of Blue
- Retro Vibes
- Whimsical Blossom
- Whimsical Blossom Dreams
Light Red color palette created on .