Soft Whites Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Whites palette

Share this palette to:

Soft Whites color palette PNG image

Download soft whites color palette PNG image (landscape)
Download soft whites color palette PNG image (square)

Soft 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;
}

Soft 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);
}

Soft Whites color palette created on .