Dreamscape Color Palette
Discover the beautiful Dreamscape color palette featuring amethyst (#a45fbf), tango (#ed7c26), casablanca (#f6c34c), malibu (#6ed3f2) and butterfly bush (#6d509b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Orange, Psychedelic, Purple, Summer, Yellow 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 Dreamscape palette
💻 Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #a45fbf;
}
.color-2 {
color: #ed7c26;
}
.color-3 {
color: #f6c34c;
}
.color-4 {
color: #6ed3f2;
}
.color-5 {
color: #6d509b;
}
/* CSS Variables */
:root {
--color-1: #a45fbf;
--color-2: #ed7c26;
--color-3: #f6c34c;
--color-4: #6ed3f2;
--color-5: #6d509b;
} 🌈 Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
} 🔗 Explore similar color palettes
Dreamscape color palette created on .