Royal Blossom Dreamscape Color Palette
Discover the beautiful Royal Blossom Dreamscape color palette featuring illusion (#f7a1c6), azalea (#f4c3d5), french lilac (#e2a8e6), moon raker (#d9b5f2) and sail (#b4e1f9).
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 Royal Blossom Dreamscape palette
💻 Royal Blossom Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f7a1c6;
}
.color-2 {
color: #f4c3d5;
}
.color-3 {
color: #e2a8e6;
}
.color-4 {
color: #d9b5f2;
}
.color-5 {
color: #b4e1f9;
}
/* CSS Variables */
:root {
--color-1: #f7a1c6;
--color-2: #f4c3d5;
--color-3: #e2a8e6;
--color-4: #d9b5f2;
--color-5: #b4e1f9;
} 🌈 Royal Blossom Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1c6, #f4c3d5, #e2a8e6, #d9b5f2, #b4e1f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1c6, #f4c3d5, #e2a8e6, #d9b5f2, #b4e1f9);
} 🔗 Explore similar color palettes
Royal Blossom Dreamscape color palette created on .