Stellar Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stellar Blue palette

Share this palette to:

Download Stellar Blue Color Palette (PNG)

Download stellar blue color palette PNG image (landscape)
Download stellar blue color palette PNG image (square)

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);
}

Stellar Blue color palette created on .