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: #587ebb;
}
.color-2 {
color: #a7c6e7;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #587ebb;
--color-2: #a7c6e7;
--color-3: #f2e6b5;
--color-4: #f9c54e;
--color-5: #f94346;
}
Blue Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #587ebb, #a7c6e7, #f2e6b5, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #587ebb, #a7c6e7, #f2e6b5, #f9c54e, #f94346);
}
Similar color palettes
Blue Starlight color palette created on .