Red Rose Shades Color Palette
Discover the beautiful Red Rose Shades color palette featuring persian red (#d12c29), beauty bush (#eab8c8), wewak (#f2a1b6), my pink (#d28e8e) and cardinal (#b51c26).
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 Red Rose Shades palette
💻 Red Rose Shades color palette CSS
/* CSS */
.color-1 {
color: #d12c29;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #f2a1b6;
}
.color-4 {
color: #d28e8e;
}
.color-5 {
color: #b51c26;
}
/* CSS Variables */
:root {
--color-1: #d12c29;
--color-2: #eab8c8;
--color-3: #f2a1b6;
--color-4: #d28e8e;
--color-5: #b51c26;
} 🌈 Red Rose Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d12c29, #eab8c8, #f2a1b6, #d28e8e, #b51c26);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d12c29, #eab8c8, #f2a1b6, #d28e8e, #b51c26);
} 🔗 Explore similar color palettes
Red Rose Shades color palette created on .