Ethereal Dusk Color Palette
Discover the beautiful Ethereal Dusk color palette featuring maize (#f6d6a7), mulberry (#c25b7e), keppel (#3a999c), affair (#6f3c8b) and sandy brown (#f3a64f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Ethereal Dusk palette
💻 Ethereal Dusk color palette CSS
/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #c25b7e;
}
.color-3 {
color: #3a999c;
}
.color-4 {
color: #6f3c8b;
}
.color-5 {
color: #f3a64f;
}
/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #c25b7e;
--color-3: #3a999c;
--color-4: #6f3c8b;
--color-5: #f3a64f;
} 🌈 Ethereal Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #c25b7e, #3a999c, #6f3c8b, #f3a64f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #c25b7e, #3a999c, #6f3c8b, #f3a64f);
} Ethereal Dusk color palette created on .