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: #1d6f9a;
}
.color-2 {
color: #4eb1c1;
}
.color-3 {
color: #8bdfe4;
}
.color-4 {
color: #f4db8a;
}
.color-5 {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--color-1: #1d6f9a;
--color-2: #4eb1c1;
--color-3: #8bdfe4;
--color-4: #f4db8a;
--color-5: #f2a1a1;
}
Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6f9a, #4eb1c1, #8bdfe4, #f4db8a, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6f9a, #4eb1c1, #8bdfe4, #f4db8a, #f2a1a1);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Starlight color palette created on .