Crystal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crystal palette

Share this palette to:

Crystal color palette PNG image

Download crystal color palette PNG image (landscape)
Download crystal color palette PNG image (square)

Crystal color palette CSS

/* CSS */
.color-1 {
color: #b8daea;
}
.color-2 {
color: #e7d4e8;
}
.color-3 {
color: #e6e2e0;
}
.color-4 {
color: #d9afc5;
}
.color-5 {
color: #a19acb;
}

/* CSS Variables */
:root {
--color-1: #b8daea;
--color-2: #e7d4e8;
--color-3: #e6e2e0;
--color-4: #d9afc5;
--color-5: #a19acb;
}

Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8daea, #e7d4e8, #e6e2e0, #d9afc5, #a19acb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8daea, #e7d4e8, #e6e2e0, #d9afc5, #a19acb);
}

Crystal color palette created on .