Cosmic Twilight Color Palette
Discover the beautiful Cosmic Twilight color palette featuring port gore (#1e1a3d), rhino (#2e2c59), east bay (#4b4a82), storm gray (#65658b) and manatee (#898aae).
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: #1e1a3d;
}
.color-2 {
color: #2e2c59;
}
.color-3 {
color: #4b4a82;
}
.color-4 {
color: #65658b;
}
.color-5 {
color: #898aae;
}
/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #2e2c59;
--color-3: #4b4a82;
--color-4: #65658b;
--color-5: #898aae;
}
🌈 Cosmic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #2e2c59, #4b4a82, #65658b, #898aae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #2e2c59, #4b4a82, #65658b, #898aae);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Cosmic Twilight color palette created on .