Night Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Night Sky palette

Share this palette to:

Night Sky color palette PNG image

Download night sky color palette PNG image (landscape)
Download night sky color palette PNG image (square)

Night Sky color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #2c2c3f;
}
.color-3 {
color: #3f3f50;
}
.color-4 {
color: #5c5c7f;
}
.color-5 {
color: #7979be;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #2c2c3f;
--color-3: #3f3f50;
--color-4: #5c5c7f;
--color-5: #7979be;
}

Night Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #2c2c3f, #3f3f50, #5c5c7f, #7979be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #2c2c3f, #3f3f50, #5c5c7f, #7979be);
}

Night Sky color palette created on .