Light White Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light White palette

Share this palette to:

Light White color palette CSS

/* CSS */
.color-1 {
color: #f8f4e2;
}
.color-2 {
color: #e8d4bf;
}
.color-3 {
color: #d6c5a8;
}
.color-4 {
color: #b8a89d;
}
.color-5 {
color: #a4a39d;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e8d4bf;
--color-3: #d6c5a8;
--color-4: #b8a89d;
--color-5: #a4a39d;
}

Light White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e8d4bf, #d6c5a8, #b8a89d, #a4a39d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e8d4bf, #d6c5a8, #b8a89d, #a4a39d);
}

Light White color palette created on .