Blue Starlit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Starlit palette

Share this palette to:

Blue Starlit color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a68b0;
}
.color-3 {
color: #9eb2e0;
}
.color-4 {
color: #f2d57d;
}
.color-5 {
color: #ff8b38;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a68b0;
--color-3: #9eb2e0;
--color-4: #f2d57d;
--color-5: #ff8b38;
}

Blue Starlit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a68b0, #9eb2e0, #f2d57d, #ff8b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a68b0, #9eb2e0, #f2d57d, #ff8b38);
}

Blue Starlit color palette created on .