Cosmic Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Twilight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cosmic Twilight Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.astronomy color palettes
Cosmic Twilight color palette created on .