Blue Star Strike Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Star Strike palette

Share this palette to:

Blue Star Strike color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #87b4e8;
}
.color-4 {
color: #f0d18a;
}
.color-5 {
color: #f29d3a;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #87b4e8;
--color-4: #f0d18a;
--color-5: #f29d3a;
}

Blue Star Strike background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #87b4e8, #f0d18a, #f29d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #87b4e8, #f0d18a, #f29d3a);
}

Blue Star Strike color palette created on .