Whispers of White Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of White palette

Share this palette to:

Whispers of White color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #fffef5;
}
.color-4 {
color: #fdfbf2;
}
.color-5 {
color: #eeede7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #fffef5;
--color-4: #fdfbf2;
--color-5: #eeede7;
}

Whispers of White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeede7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeede7);
}

Whispers of White color palette created on .