Rose Blossom Color Palette
Discover the beautiful Rose Blossom color palette featuring puce (#d18f9b), rose fog (#e3b0c0), azalea (#f3c4d0), we peep (#f9e2e5) and illusion (#f5b2c9).
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 Rose Blossom palette
💻 Rose Blossom color palette CSS
/* CSS */
.color-1 {
color: #d18f9b;
}
.color-2 {
color: #e3b0c0;
}
.color-3 {
color: #f3c4d0;
}
.color-4 {
color: #f9e2e5;
}
.color-5 {
color: #f5b2c9;
}
/* CSS Variables */
:root {
--color-1: #d18f9b;
--color-2: #e3b0c0;
--color-3: #f3c4d0;
--color-4: #f9e2e5;
--color-5: #f5b2c9;
} 🌈 Rose Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d18f9b, #e3b0c0, #f3c4d0, #f9e2e5, #f5b2c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d18f9b, #e3b0c0, #f3c4d0, #f9e2e5, #f5b2c9);
} 🔗 Explore similar color palettes
Rose Blossom color palette created on .