Blue Starlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Starlight palette
Blue Starlight color palette CSS
/* CSS */
.color-1 {
color: #d9e5f2;
}
.color-2 {
color: #b3cde0;
}
.color-3 {
color: #89b7cd;
}
.color-4 {
color: #5e9eb5;
}
.color-5 {
color: #358b9c;
}
/* CSS Variables */
:root {
--color-1: #d9e5f2;
--color-2: #b3cde0;
--color-3: #89b7cd;
--color-4: #5e9eb5;
--color-5: #358b9c;
}
Blue Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e5f2, #b3cde0, #89b7cd, #5e9eb5, #358b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e5f2, #b3cde0, #89b7cd, #5e9eb5, #358b9c);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Starlight color palette created on .