Whispering Twilight Color Palette
Discover the beautiful Whispering Twilight color palette featuring cold purple (#a8b3e1), spindle (#bac6e8), link water (#e0e7f6), spindle (#b4c1e9) and chetwode blue (#7d9dd8).
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 Whispering Twilight palette
💻 Whispering Twilight color palette CSS
/* CSS */
.color-1 {
color: #a8b3e1;
}
.color-2 {
color: #bac6e8;
}
.color-3 {
color: #e0e7f6;
}
.color-4 {
color: #b4c1e9;
}
.color-5 {
color: #7d9dd8;
}
/* CSS Variables */
:root {
--color-1: #a8b3e1;
--color-2: #bac6e8;
--color-3: #e0e7f6;
--color-4: #b4c1e9;
--color-5: #7d9dd8;
} 🌈 Whispering Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3e1, #bac6e8, #e0e7f6, #b4c1e9, #7d9dd8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3e1, #bac6e8, #e0e7f6, #b4c1e9, #7d9dd8);
} 🔗 Explore similar color palettes
Whispering Twilight color palette created on .