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: #5c4b8b;
}
.color-2 {
color: #a66e9c;
}
.color-3 {
color: #d7a8b0;
}
.color-4 {
color: #f0c9c1;
}
.color-5 {
color: #e4b42f;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a66e9c;
--color-3: #d7a8b0;
--color-4: #f0c9c1;
--color-5: #e4b42f;
}

CSS con gradiente di sfondo Muted Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a66e9c, #d7a8b0, #f0c9c1, #e4b42f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a66e9c, #d7a8b0, #f0c9c1, #e4b42f);
}

Muted Elegance color palette created on .