Royal Blossom Dreams Color Palette
Discover the beautiful Royal Blossom Dreams color palette featuring lavender pink (#f9a4d6), cherub (#f3c4e2), snuff (#efdff1), moon raker (#dfc6f6) and perfume (#d3a2f1).
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 Dreams palette
💻 Royal Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9a4d6;
}
.color-2 {
color: #f3c4e2;
}
.color-3 {
color: #efdff1;
}
.color-4 {
color: #dfc6f6;
}
.color-5 {
color: #d3a2f1;
}
/* CSS Variables */
:root {
--color-1: #f9a4d6;
--color-2: #f3c4e2;
--color-3: #efdff1;
--color-4: #dfc6f6;
--color-5: #d3a2f1;
}
🌈 Royal Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4d6, #f3c4e2, #efdff1, #dfc6f6, #d3a2f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4d6, #f3c4e2, #efdff1, #dfc6f6, #d3a2f1);
}
🔗 Explore similar color palettes
Royal Blossom Dreams color palette created on .