Rose Garden Color Palette
Discover the beautiful Rose Garden color palette featuring rose bud (#fbb1a2), wewak (#f3a5b7), cavern pink (#e4b9c2), lilac (#d6a4d5) and prelude (#c5b1e2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Soft, Spring color palettes and combinations.
💡 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 Garden palette
💻 Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f3a5b7;
}
.color-3 {
color: #e4b9c2;
}
.color-4 {
color: #d6a4d5;
}
.color-5 {
color: #c5b1e2;
}
/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f3a5b7;
--color-3: #e4b9c2;
--color-4: #d6a4d5;
--color-5: #c5b1e2;
} 🌈 Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f3a5b7, #e4b9c2, #d6a4d5, #c5b1e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f3a5b7, #e4b9c2, #d6a4d5, #c5b1e2);
} 🔗 Explore similar color palettes
Rose Garden color palette created on .