Loading...

Shades of White Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of White palette

Share this palette to:

Download Shades of White Color Palette (PNG)

Download shades of white color palette PNG image (landscape)
Download shades of white color palette PNG image (square)

Shades of White color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2f5f8;
}
.color-3 {
color: #d0e7e1;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #80b2c2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2f5f8;
--color-3: #d0e7e1;
--color-4: #b3cde0;
--color-5: #80b2c2;
}

Shades of White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2f5f8, #d0e7e1, #b3cde0, #80b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2f5f8, #d0e7e1, #b3cde0, #80b2c2);
}

Shades of White color palette created on .