Light Red Color Palette
Discover the beautiful Light Red color palette featuring persian red (#d33131), sunglo (#e57171), froly (#f06090), mauvelous (#f490b1) and chantilly (#f8b9ce).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Light Red palette
💻 Light Red color palette CSS
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #f06090;
}
.color-4 {
color: #f490b1;
}
.color-5 {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e57171;
--color-3: #f06090;
--color-4: #f490b1;
--color-5: #f8b9ce;
} 🌈 Light Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e57171, #f06090, #f490b1, #f8b9ce);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e57171, #f06090, #f490b1, #f8b9ce);
} 🔗 Explore similar color palettes
Light Red color palette created on .