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