Deluge Dream Color Palette
Discover the beautiful Deluge Dream color palette featuring purple mountain's majesty (#a579b4), light wisteria (#c6a3e0), wistful (#a5a4d0), wild blue yonder (#6a7daf) and chambray (#3d5b8f).
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 Deluge Dream palette
💻 Deluge Dream color palette CSS
/* CSS */
.color-1 {
color: #a579b4;
}
.color-2 {
color: #c6a3e0;
}
.color-3 {
color: #a5a4d0;
}
.color-4 {
color: #6a7daf;
}
.color-5 {
color: #3d5b8f;
}
/* CSS Variables */
:root {
--color-1: #a579b4;
--color-2: #c6a3e0;
--color-3: #a5a4d0;
--color-4: #6a7daf;
--color-5: #3d5b8f;
} 🌈 Deluge Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a579b4, #c6a3e0, #a5a4d0, #6a7daf, #3d5b8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a579b4, #c6a3e0, #a5a4d0, #6a7daf, #3d5b8f);
} 🔗 Explore similar color palettes
Deluge Dream color palette created on .