Whispers of Softness Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Softness palette

Condividi questa palette a:

tavolozza dei colori Whispers of Softness CSS

/* CSS */
.color-1 {
color: #ede9ea;
}
.color-2 {
color: #ece9ea;
}
.color-3 {
color: #eae6e7;
}
.color-4 {
color: #e9e2e3;
}
.color-5 {
color: #e4dcdd;
}

/* CSS Variables */
:root {
--color-1: #ede9ea;
--color-2: #ece9ea;
--color-3: #eae6e7;
--color-4: #e9e2e3;
--color-5: #e4dcdd;
}

CSS con gradiente di sfondo Whispers of Softness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede9ea, #ece9ea, #eae6e7, #e9e2e3, #e4dcdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede9ea, #ece9ea, #eae6e7, #e9e2e3, #e4dcdd);
}

Whispers of Softness color palette created on .