Whimsical Twilight Color Palette
Discover the beautiful Whimsical Twilight color palette featuring cold purple (#b19bd9), prelude (#d6c7e6), norway (#a8b9a6), web orange (#f0a800) and supernova (#ffcc00).
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 Whimsical Twilight palette
💻 Whimsical Twilight color palette CSS
/* CSS */
.color-1 {
color: #b19bd9;
}
.color-2 {
color: #d6c7e6;
}
.color-3 {
color: #a8b9a6;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #b19bd9;
--color-2: #d6c7e6;
--color-3: #a8b9a6;
--color-4: #f0a800;
--color-5: #ffcc00;
}
🌈 Whimsical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b19bd9, #d6c7e6, #a8b9a6, #f0a800, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b19bd9, #d6c7e6, #a8b9a6, #f0a800, #ffcc00);
}
🔗 Explore similar color palettes
Whimsical Twilight color palette created on .