Nightsky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nightsky palette

Share this palette to:

Nightsky color palette CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #3d4999;
}
.color-3 {
color: #6470b4;
}
.color-4 {
color: #a4b2d0;
}
.color-5 {
color: #e1e7f4;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #3d4999;
--color-3: #6470b4;
--color-4: #a4b2d0;
--color-5: #e1e7f4;
}

Nightsky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #3d4999, #6470b4, #a4b2d0, #e1e7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #3d4999, #6470b4, #a4b2d0, #e1e7f4);
}

Nightsky color palette created on .