Whispers of Softness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Softness palette

Share this palette to:

Whispers of Softness color palette 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;
}

Whispers of Softness background gradient CSS

/* 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 .