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: #000000;
}
.color-2 {
color: #d9d2c4;
}
.color-3 {
color: #f7e1c0;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffebeb;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d9d2c4;
--color-3: #f7e1c0;
--color-4: #ffffff;
--color-5: #ffebeb;
}

CSS con gradiente di sfondo Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}

Soft Elegance color palette created on .