Dream Weaver Color Palette
Discover the beautiful Dream Weaver color palette featuring manhattan (#f7c7ab), tacao (#f1a988), terracotta (#e67f65), valencia (#d6514c) and tosca (#893e49).
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 Dream Weaver palette
💻 Dream Weaver color palette CSS
/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #f1a988;
}
.color-3 {
color: #e67f65;
}
.color-4 {
color: #d6514c;
}
.color-5 {
color: #893e49;
}
/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #f1a988;
--color-3: #e67f65;
--color-4: #d6514c;
--color-5: #893e49;
} 🌈 Dream Weaver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #f1a988, #e67f65, #d6514c, #893e49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #f1a988, #e67f65, #d6514c, #893e49);
} 🔗 Explore similar color palettes
Dream Weaver color palette created on .