Uva Dreams Color Palette
Discover the beautiful Uva Dreams color palette featuring minsk (#4b2f7f), butterfly bush (#6b5091), trendy pink (#9d7ba3), blossom (#d7a8c9) and azalea (#f7cfdf).
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 Uva Dreams palette
💻 Uva Dreams color palette CSS
/* CSS */
.color-1 {
color: #4b2f7f;
}
.color-2 {
color: #6b5091;
}
.color-3 {
color: #9d7ba3;
}
.color-4 {
color: #d7a8c9;
}
.color-5 {
color: #f7cfdf;
}
/* CSS Variables */
:root {
--color-1: #4b2f7f;
--color-2: #6b5091;
--color-3: #9d7ba3;
--color-4: #d7a8c9;
--color-5: #f7cfdf;
} 🌈 Uva Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2f7f, #6b5091, #9d7ba3, #d7a8c9, #f7cfdf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2f7f, #6b5091, #9d7ba3, #d7a8c9, #f7cfdf);
} 🔗 Explore similar color palettes
Uva Dreams color palette created on .