Rose Shades Color Palette
Discover the beautiful Rose Shades color palette featuring gondola (#1c0d1b), tawny port (#6d2c3d), cadillac (#b1596a), wewak (#f2a6b5) and provincial pink (#fce8e3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Elegant, Pink, Red color palettes and combinations.
💡 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 Rose Shades palette
💻 Rose Shades color palette CSS
/* CSS */
.color-1 {
color: #1c0d1b;
}
.color-2 {
color: #6d2c3d;
}
.color-3 {
color: #b1596a;
}
.color-4 {
color: #f2a6b5;
}
.color-5 {
color: #fce8e3;
}
/* CSS Variables */
:root {
--color-1: #1c0d1b;
--color-2: #6d2c3d;
--color-3: #b1596a;
--color-4: #f2a6b5;
--color-5: #fce8e3;
} 🌈 Rose Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c0d1b, #6d2c3d, #b1596a, #f2a6b5, #fce8e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c0d1b, #6d2c3d, #b1596a, #f2a6b5, #fce8e3);
} 🔗 Explore similar color palettes
Rose Shades color palette created on .