White Diamond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with White Diamond palette

Share this palette to:

White Diamond color palette PNG image

Download white diamond color palette PNG image (landscape)
Download white diamond color palette PNG image (square)

White Diamond color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #d1d1d1;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #d1d1d1;
--color-4: #b0b0b0;
--color-5: #a1a1a1;
}

White Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #d1d1d1, #b0b0b0, #a1a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #d1d1d1, #b0b0b0, #a1a1a1);
}

White Diamond color palette created on .