Desert Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Desert Night palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Desert Night

Download desert night color palette PNG image (landscape)
Download desert night color palette PNG image (square)

tavolozza dei colori Desert Night CSS

/* CSS */
.color-1 {
color: #1d192e;
}
.color-2 {
color: #4c3f55;
}
.color-3 {
color: #806b7b;
}
.color-4 {
color: #b8a76f;
}
.color-5 {
color: #f3da49;
}

/* CSS Variables */
:root {
--color-1: #1d192e;
--color-2: #4c3f55;
--color-3: #806b7b;
--color-4: #b8a76f;
--color-5: #f3da49;
}

CSS con gradiente di sfondo Desert Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d192e, #4c3f55, #806b7b, #b8a76f, #f3da49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d192e, #4c3f55, #806b7b, #b8a76f, #f3da49);
}

Desert Night color palette created on .