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: #3a6fa1;
}
.color-3 {
color: #5db1c6;
}
.color-4 {
color: #85e0a2;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a6fa1;
--color-3: #5db1c6;
--color-4: #85e0a2;
--color-5: #ffb84d;
}

Blue Star Strike background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a6fa1, #5db1c6, #85e0a2, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a6fa1, #5db1c6, #85e0a2, #ffb84d);
}

Blue Star Strike color palette created on .