Whispers of Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Whispers of Elegance

Download whispers of elegance color palette PNG image (landscape)
Download whispers of elegance color palette PNG image (square)

tavolozza dei colori Whispers of Elegance CSS

/* CSS */
.color-1 {
color: #e0b2b2;
}
.color-2 {
color: #b7a4a4;
}
.color-3 {
color: #f0d6e2;
}
.color-4 {
color: #f5e5f5;
}
.color-5 {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--color-1: #e0b2b2;
--color-2: #b7a4a4;
--color-3: #f0d6e2;
--color-4: #f5e5f5;
--color-5: #d1d1d1;
}

CSS con gradiente di sfondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2b2, #b7a4a4, #f0d6e2, #f5e5f5, #d1d1d1);
}

Whispers of Elegance color palette created on .