Shades of White Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of White palette
Shades of White color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2f3f7;
}
.color-3 {
color: #dfe3e7;
}
.color-4 {
color: #d1d5db;
}
.color-5 {
color: #c3c7cb;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2f3f7;
--color-3: #dfe3e7;
--color-4: #d1d5db;
--color-5: #c3c7cb;
}
Shades of White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2f3f7, #dfe3e7, #d1d5db, #c3c7cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2f3f7, #dfe3e7, #d1d5db, #c3c7cb);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Shades of White color palette created on .