Rose Blossom Color Palette
Discover the beautiful Rose Blossom color palette featuring mauvelous (#f28c8c), azalea (#f2b5d4), light wisteria (#d6a3e1), cold purple (#a9b3e0) and dull lavender (#8faae0).
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: #f28c8c;
}
.color-2 {
color: #f2b5d4;
}
.color-3 {
color: #d6a3e1;
}
.color-4 {
color: #a9b3e0;
}
.color-5 {
color: #8faae0;
}
/* CSS Variables */
:root {
--color-1: #f28c8c;
--color-2: #f2b5d4;
--color-3: #d6a3e1;
--color-4: #a9b3e0;
--color-5: #8faae0;
}
🌈 Rose Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f28c8c, #f2b5d4, #d6a3e1, #a9b3e0, #8faae0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f28c8c, #f2b5d4, #d6a3e1, #a9b3e0, #8faae0);
}
🔗 Explore similar color palettes
Rose Blossom color palette created on .