Dusky Dreams Color Palette
Discover the beautiful Dusky Dreams color palette featuring wisteria (#8c6cb2), spindle (#b5c2e8), we peep (#efc2e1), maize (#f6d8a7) and geraldine (#f7a288).
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 Dusky Dreams palette
💻 Dusky Dreams color palette CSS
/* CSS */
.color-1 {
color: #8c6cb2;
}
.color-2 {
color: #b5c2e8;
}
.color-3 {
color: #efc2e1;
}
.color-4 {
color: #f6d8a7;
}
.color-5 {
color: #f7a288;
}
/* CSS Variables */
:root {
--color-1: #8c6cb2;
--color-2: #b5c2e8;
--color-3: #efc2e1;
--color-4: #f6d8a7;
--color-5: #f7a288;
} 🌈 Dusky Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6cb2, #b5c2e8, #efc2e1, #f6d8a7, #f7a288);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6cb2, #b5c2e8, #efc2e1, #f6d8a7, #f7a288);
} 🔗 Explore similar color palettes
Dusky Dreams color palette created on .