Soft Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Elegance

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

tavolozza dei colori Soft Elegance CSS

/* CSS */
.color-1 {
color: #f6f6e4;
}
.color-2 {
color: #ffe8d6;
}
.color-3 {
color: #1f1f1f;
}
.color-4 {
color: #f5cec7;
}
.color-5 {
color: #fce0de;
}

/* CSS Variables */
:root {
--color-1: #f6f6e4;
--color-2: #ffe8d6;
--color-3: #1f1f1f;
--color-4: #f5cec7;
--color-5: #fce0de;
}

CSS con gradiente di sfondo Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f6e4, #ffe8d6, #1f1f1f, #f5cec7, #fce0de);
}

Soft Elegance color palette created on .