Starry Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starry Night palette

Share this palette to:

Download Starry Night Color Palette (PNG)

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

Starry Night color palette CSS

/* CSS */
.color-1 {
color: #a4a5c6;
}
.color-2 {
color: #bcc0d7;
}
.color-3 {
color: #d4dce8;
}
.color-4 {
color: #e8f1f7;
}
.color-5 {
color: #faf6cc;
}

/* CSS Variables */
:root {
--color-1: #a4a5c6;
--color-2: #bcc0d7;
--color-3: #d4dce8;
--color-4: #e8f1f7;
--color-5: #faf6cc;
}

Starry Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4a5c6, #bcc0d7, #d4dce8, #e8f1f7, #faf6cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4a5c6, #bcc0d7, #d4dce8, #e8f1f7, #faf6cc);
}

Starry Night color palette created on .