Whispers of the Victorian Rose Color Palette
Discover the beautiful Whispers of the Victorian Rose color palette featuring azalea (#f3c4cf), light orchid (#e1a3c8), viola (#c87eb7), trendy pink (#9b5c9d) and voodoo (#5d3b6d).
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 Whispers of the Victorian Rose palette
💻 Whispers of the Victorian Rose color palette CSS
/* CSS */
.color-1 {
color: #f3c4cf;
}
.color-2 {
color: #e1a3c8;
}
.color-3 {
color: #c87eb7;
}
.color-4 {
color: #9b5c9d;
}
.color-5 {
color: #5d3b6d;
}
/* CSS Variables */
:root {
--color-1: #f3c4cf;
--color-2: #e1a3c8;
--color-3: #c87eb7;
--color-4: #9b5c9d;
--color-5: #5d3b6d;
}
🌈 Whispers of the Victorian Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4cf, #e1a3c8, #c87eb7, #9b5c9d, #5d3b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4cf, #e1a3c8, #c87eb7, #9b5c9d, #5d3b6d);
}
🔗 Explore similar color palettes
Whispers of the Victorian Rose color palette created on .