Stellar Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stellar Blue palette
Download Stellar Blue Color Palette (PNG)
Stellar Blue color palette CSS
/* CSS */
.color-1 {
color: #4160fb;
}
.color-2 {
color: #5a8dfc;
}
.color-3 {
color: #8bb7fd;
}
.color-4 {
color: #9fd5fe;
}
.color-5 {
color: #e5f8ff;
}
/* CSS Variables */
:root {
--color-1: #4160fb;
--color-2: #5a8dfc;
--color-3: #8bb7fd;
--color-4: #9fd5fe;
--color-5: #e5f8ff;
}
Stellar Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4160fb, #5a8dfc, #8bb7fd, #9fd5fe, #e5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4160fb, #5a8dfc, #8bb7fd, #9fd5fe, #e5f8ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Stellar Blue color palette created on .