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: #1d4f8b;
}
.color-2 {
color: #41a9c8;
}
.color-3 {
color: #5ee1e4;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #41a9c8;
--color-3: #5ee1e4;
--color-4: #f9c54e;
--color-5: #f94346;
}

Blue Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #41a9c8, #5ee1e4, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #41a9c8, #5ee1e4, #f9c54e, #f94346);
}

Blue Stars color palette created on .