Blue Stars Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Stars palette

Share this palette to:

Blue Stars color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3e5c98;
}
.color-3 {
color: #688cca;
}
.color-4 {
color: #9dc8f1;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3e5c98;
--color-3: #688cca;
--color-4: #9dc8f1;
--color-5: #f0f8ff;
}

Blue Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3e5c98, #688cca, #9dc8f1, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3e5c98, #688cca, #9dc8f1, #f0f8ff);
}

Blue Stars color palette created on .