Snowfur Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Snowfur palette
Color Inspiration
Images that showcase this color palette in real designs
Download Snowfur Color Palette (PNG)
Snowfur color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #a3a3a3;
}
.color-5 {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #bfbfbf;
--color-4: #a3a3a3;
--color-5: #7a7a7a;
}
Snowfur background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #bfbfbf, #a3a3a3, #7a7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #bfbfbf, #a3a3a3, #7a7a7a);
}
Similar color palettes
Scroll down to explore 100+ White color palettes
Snowfur color palette created on .