Starlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starlight palette
Download Starlight Color Palette (PNG)
Starlight color palette CSS
/* CSS */
.color-1 {
color: #1b202d;
}
.color-2 {
color: #4e5b7e;
}
.color-3 {
color: #7f9cbd;
}
.color-4 {
color: #b1d5e7;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #4e5b7e;
--color-3: #7f9cbd;
--color-4: #b1d5e7;
--color-5: #f1f5f8;
}
Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #4e5b7e, #7f9cbd, #b1d5e7, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #4e5b7e, #7f9cbd, #b1d5e7, #f1f5f8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Starlight color palette created on .