Nyx Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nyx palette

Share this palette to:

Nyx color palette PNG image

Download nyx color palette PNG image (landscape)
Download nyx color palette PNG image (square)

Nyx color palette CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4b5c7c;
}
.color-3 {
color: #7997a0;
}
.color-4 {
color: #b1d4e7;
}
.color-5 {
color: #f1dfe4;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4b5c7c;
--color-3: #7997a0;
--color-4: #b1d4e7;
--color-5: #f1dfe4;
}

Nyx background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}

Nyx color palette created on .