Cosmic Twilight Color Palette
Discover the beautiful Cosmic Twilight color palette featuring meteorite (#3c1f75), butterfly bush (#5c4b8b), purple mountain's majesty (#a47cc0), prelude (#c9b2e0) and fog (#e4d6ff).
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 Cosmic Twilight palette
💻 Cosmic Twilight color palette CSS
/* CSS */
.color-1 {
color: #3c1f75;
}
.color-2 {
color: #5c4b8b;
}
.color-3 {
color: #a47cc0;
}
.color-4 {
color: #c9b2e0;
}
.color-5 {
color: #e4d6ff;
}
/* CSS Variables */
:root {
--color-1: #3c1f75;
--color-2: #5c4b8b;
--color-3: #a47cc0;
--color-4: #c9b2e0;
--color-5: #e4d6ff;
}
🌈 Cosmic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1f75, #5c4b8b, #a47cc0, #c9b2e0, #e4d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1f75, #5c4b8b, #a47cc0, #c9b2e0, #e4d6ff);
}
🔗 Explore similar color palettes
Cosmic Twilight color palette created on .