Muted Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Muted Elegance

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

tavolozza dei colori Muted Elegance CSS

/* CSS */
.color-1 {
color: #230b0c;
}
.color-2 {
color: #624146;
}
.color-3 {
color: #a1979e;
}
.color-4 {
color: #3e3d42;
}
.color-5 {
color: #6b1f22;
}

/* CSS Variables */
:root {
--color-1: #230b0c;
--color-2: #624146;
--color-3: #a1979e;
--color-4: #3e3d42;
--color-5: #6b1f22;
}

CSS con gradiente di sfondo Muted Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #230b0c, #624146, #a1979e, #3e3d42, #6b1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #230b0c, #624146, #a1979e, #3e3d42, #6b1f22);
}

Muted Elegance color palette created on .