Whispers of White Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of White palette
Whispers of White color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #fcfbf8;
}
.color-4 {
color: #f5f5f4;
}
.color-5 {
color: #eeeeed;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #fcfbf8;
--color-4: #f5f5f4;
--color-5: #eeeeed;
}
Whispers of White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #fcfbf8, #f5f5f4, #eeeeed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #fcfbf8, #f5f5f4, #eeeeed);
}
Similar color palettes
Whispers of White color palette created on .