Whispers of Soft Light Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Soft Light palette

Share this palette to:

Whispers of Soft Light color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #ededed;
}
.color-4 {
color: #eff58a;
}
.color-5 {
color: #d9d9d9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #ededed;
--color-4: #eff58a;
--color-5: #d9d9d9;
}

Whispers of Soft Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #ededed, #eff58a, #d9d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #ededed, #eff58a, #d9d9d9);
}

Whispers of Soft Light color palette created on .