Blue Stellar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Stellar palette

Share this palette to:

Blue Stellar color palette CSS

/* CSS */
.color-1 {
color: #1a4e89;
}
.color-2 {
color: #4d82d1;
}
.color-3 {
color: #98c5e1;
}
.color-4 {
color: #e3f2f7;
}
.color-5 {
color: #f9e9c8;
}

/* CSS Variables */
:root {
--color-1: #1a4e89;
--color-2: #4d82d1;
--color-3: #98c5e1;
--color-4: #e3f2f7;
--color-5: #f9e9c8;
}

Blue Stellar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4e89, #4d82d1, #98c5e1, #e3f2f7, #f9e9c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4e89, #4d82d1, #98c5e1, #e3f2f7, #f9e9c8);
}

Blue Stellar color palette created on .