Midnight Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Elegance

Download midnight elegance color palette PNG image (landscape)
Download midnight elegance color palette PNG image (square)

tavolozza dei colori Midnight Elegance CSS

/* CSS */
.color-1 {
color: #e2e4e9;
}
.color-2 {
color: #b6b8c3;
}
.color-3 {
color: #797c8b;
}
.color-4 {
color: #3d3e4d;
}
.color-5 {
color: #1c1c2c;
}

/* CSS Variables */
:root {
--color-1: #e2e4e9;
--color-2: #b6b8c3;
--color-3: #797c8b;
--color-4: #3d3e4d;
--color-5: #1c1c2c;
}

CSS con gradiente di sfondo Midnight Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e4e9, #b6b8c3, #797c8b, #3d3e4d, #1c1c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e4e9, #b6b8c3, #797c8b, #3d3e4d, #1c1c2c);
}

Midnight Elegance color palette created on .