Strategic Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strategic Horizon palette

Share this palette to:

Strategic Horizon color palette CSS

/* CSS */
.color-1 {
color: #404a9c;
}
.color-2 {
color: #697eba;
}
.color-3 {
color: #a1b3d4;
}
.color-4 {
color: #f5cab2;
}
.color-5 {
color: #e05252;
}

/* CSS Variables */
:root {
--color-1: #404a9c;
--color-2: #697eba;
--color-3: #a1b3d4;
--color-4: #f5cab2;
--color-5: #e05252;
}

Strategic Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #404a9c, #697eba, #a1b3d4, #f5cab2, #e05252);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #404a9c, #697eba, #a1b3d4, #f5cab2, #e05252);
}

Strategic Horizon color palette created on .