Soft Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Elegance palette

Condividi questa palette a:

Scarica la tavolozza dei colori Soft Elegance (PNG)

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: #e1d1d1;
}
.color-2 {
color: #d8b6b6;
}
.color-3 {
color: #f8e8e8;
}
.color-4 {
color: #784f4f;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #e1d1d1;
--color-2: #d8b6b6;
--color-3: #f8e8e8;
--color-4: #784f4f;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}

Soft Elegance color palette created on .