Whispering Whites Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Whites palette
Whispering Whites color palette PNG image
Whispering Whites color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f0f0;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0f0;
--color-3: #e0e0e0;
--color-4: #d1d1d1;
--color-5: #bfbfbf;
}
Whispering Whites background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}
Similar color palettes
Whispering Whites color palette created on .