Dreamy Dusk Color Palette
Discover the beautiful Dreamy Dusk color palette featuring lola (#dfd2df), maverick (#d6c2d6), lily (#c1a4c1), amethyst smoke (#a78fb3) and kobi (#eab8d1).
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 Dreamy Dusk palette
💻 Dreamy Dusk color palette CSS
/* CSS */
.color-1 {
color: #dfd2df;
}
.color-2 {
color: #d6c2d6;
}
.color-3 {
color: #c1a4c1;
}
.color-4 {
color: #a78fb3;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #dfd2df;
--color-2: #d6c2d6;
--color-3: #c1a4c1;
--color-4: #a78fb3;
--color-5: #eab8d1;
} 🌈 Dreamy Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfd2df, #d6c2d6, #c1a4c1, #a78fb3, #eab8d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfd2df, #d6c2d6, #c1a4c1, #a78fb3, #eab8d1);
} 🔗 Explore similar color palettes
Dreamy Dusk color palette created on .