Nexus Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nexus Horizon palette

Share this palette to:

Nexus Horizon color palette CSS

/* CSS */
.color-1 {
color: #1f3a89;
}
.color-2 {
color: #4d6a93;
}
.color-3 {
color: #a1b7c4;
}
.color-4 {
color: #f2b950;
}
.color-5 {
color: #d63c2e;
}

/* CSS Variables */
:root {
--color-1: #1f3a89;
--color-2: #4d6a93;
--color-3: #a1b7c4;
--color-4: #f2b950;
--color-5: #d63c2e;
}

Nexus Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a89, #4d6a93, #a1b7c4, #f2b950, #d63c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a89, #4d6a93, #a1b7c4, #f2b950, #d63c2e);
}

Nexus Horizon color palette created on .