Stormy Twilight Color Palette
Discover the beautiful Stormy Twilight color palette featuring chambray (#3b4d9b), blue violet (#5a6db5), polo blue (#8a94d0), logan (#b1a3c8) and prelude (#d9c2e5).
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 Stormy Twilight palette
💻 Stormy Twilight color palette CSS
/* CSS */
.color-1 {
color: #3b4d9b;
}
.color-2 {
color: #5a6db5;
}
.color-3 {
color: #8a94d0;
}
.color-4 {
color: #b1a3c8;
}
.color-5 {
color: #d9c2e5;
}
/* CSS Variables */
:root {
--color-1: #3b4d9b;
--color-2: #5a6db5;
--color-3: #8a94d0;
--color-4: #b1a3c8;
--color-5: #d9c2e5;
} 🌈 Stormy Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4d9b, #5a6db5, #8a94d0, #b1a3c8, #d9c2e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4d9b, #5a6db5, #8a94d0, #b1a3c8, #d9c2e5);
} 🔗 Explore similar color palettes
Stormy Twilight color palette created on .