Nyx Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nyx palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Nyx

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

tavolozza dei colori Nyx 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;
}

CSS con gradiente di sfondo Nyx

/* 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 .