Dolce Vita Dreams Color Palette
Discover the beautiful Dolce Vita Dreams color palette featuring portica (#f9e75d), cream can (#f7c859), sandy brown (#f2a35a), deep blush (#e66b7f) and biloba flower (#d48eeb).
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 Dolce Vita Dreams palette
💻 Dolce Vita Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9e75d;
}
.color-2 {
color: #f7c859;
}
.color-3 {
color: #f2a35a;
}
.color-4 {
color: #e66b7f;
}
.color-5 {
color: #d48eeb;
}
/* CSS Variables */
:root {
--color-1: #f9e75d;
--color-2: #f7c859;
--color-3: #f2a35a;
--color-4: #e66b7f;
--color-5: #d48eeb;
}
🌈 Dolce Vita Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e75d, #f7c859, #f2a35a, #e66b7f, #d48eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e75d, #f7c859, #f2a35a, #e66b7f, #d48eeb);
}
🔗 Explore similar color palettes
Dolce Vita Dreams color palette created on .