Blue Starry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Starry palette

Share this palette to:

Blue Starry color palette CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #4f6d92;
}
.color-3 {
color: #89a5b8;
}
.color-4 {
color: #a5c6d5;
}
.color-5 {
color: #e7f3f9;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #4f6d92;
--color-3: #89a5b8;
--color-4: #a5c6d5;
--color-5: #e7f3f9;
}

Blue Starry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #4f6d92, #89a5b8, #a5c6d5, #e7f3f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #4f6d92, #89a5b8, #a5c6d5, #e7f3f9);
}

Blue Starry color palette created on .