Neo World Program Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neo World Program palette

Share this palette to:

Neo World Program color palette PNG image

Download neo world program color palette PNG image (landscape)
Download neo world program color palette PNG image (square)

Neo World Program color palette CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3b5f8c;
}
.color-3 {
color: #6e9ecf;
}
.color-4 {
color: #a5d2e9;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3b5f8c;
--color-3: #6e9ecf;
--color-4: #a5d2e9;
--color-5: #f5f5f5;
}

Neo World Program background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3b5f8c, #6e9ecf, #a5d2e9, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3b5f8c, #6e9ecf, #a5d2e9, #f5f5f5);
}

Neo World Program color palette created on .