Discover the beautiful Whimsical Twilight Hues color palette featuring ebb (#e6e2e0), wistful (#b8a9d6), earls green (#bbac3a), true v (#9079d8) and fuchsia blue (#6c54c4).
Whimsical Twilight Hues Color Palette
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
Explore how the Whimsical Twilight Hues palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Whimsical Twilight Hues palette
💻 Whimsical Twilight Hues color palette CSS
/* CSS */
.color-1 {
color: #e6e2e0;
}
.color-2 {
color: #b8a9d6;
}
.color-3 {
color: #bbac3a;
}
.color-4 {
color: #9079d8;
}
.color-5 {
color: #6c54c4;
}
/* CSS Variables */
:root {
--color-1: #e6e2e0;
--color-2: #b8a9d6;
--color-3: #bbac3a;
--color-4: #9079d8;
--color-5: #6c54c4;
}
🌈 Whimsical Twilight Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e2e0, #b8a9d6, #bbac3a, #9079d8, #6c54c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e2e0, #b8a9d6, #bbac3a, #9079d8, #6c54c4);
}
🔗 Explore similar color palettes
Whimsical Twilight Hues color palette created on .