Blue Rose Garden Color Palette
Discover the beautiful Blue Rose Garden color palette featuring danube (#6a9bd2), regent st blue (#a7c6e7), link water (#d1e2f0), light orchid (#e9b4d7) and azalea (#f5c1d4).
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 Blue Rose Garden palette
💻 Blue Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #6a9bd2;
}
.color-2 {
color: #a7c6e7;
}
.color-3 {
color: #d1e2f0;
}
.color-4 {
color: #e9b4d7;
}
.color-5 {
color: #f5c1d4;
}
/* CSS Variables */
:root {
--color-1: #6a9bd2;
--color-2: #a7c6e7;
--color-3: #d1e2f0;
--color-4: #e9b4d7;
--color-5: #f5c1d4;
} 🌈 Blue Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9bd2, #a7c6e7, #d1e2f0, #e9b4d7, #f5c1d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9bd2, #a7c6e7, #d1e2f0, #e9b4d7, #f5c1d4);
} 🔗 Explore similar color palettes
Blue Rose Garden color palette created on .