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: #fcfcfc;
}
.color-3 {
color: #f9fbf9;
}
.color-4 {
color: #e8edea;
}
.color-5 {
color: #d0d2d2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f9fbf9;
--color-4: #e8edea;
--color-5: #d0d2d2;
}

Whispers of Soft Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f9fbf9, #e8edea, #d0d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f9fbf9, #e8edea, #d0d2d2);
}

Whispers of Soft Light color palette created on .