Cosmic Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Twilight palette

Share this palette to:

Cosmic Twilight color palette PNG image

Download cosmic twilight color palette PNG image (landscape)
Download cosmic twilight color palette PNG image (square)

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);
}

Cosmic Twilight color palette created on .