Whispers of Soft Elegance Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Soft Elegance palette

Condividi questa palette a:

tavolozza dei colori Whispers of Soft Elegance CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5f5f5;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #f4d2b4;
}
.color-5 {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5f5f5;
--color-3: #e6e6e6;
--color-4: #f4d2b4;
--color-5: #d1d1d1;
}

CSS con gradiente di sfondo Whispers of Soft Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5f5f5, #e6e6e6, #f4d2b4, #d1d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5f5f5, #e6e6e6, #f4d2b4, #d1d1d1);
}

Whispers of Soft Elegance color palette created on .