Crystal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crystal palette

Share this palette to:

Download Crystal Color Palette (PNG)

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

Crystal color palette CSS

/* CSS */
.color-1 {
color: #9dddf1;
}
.color-2 {
color: #f4b8e2;
}
.color-3 {
color: #f8c6a5;
}
.color-4 {
color: #ffbe5c;
}
.color-5 {
color: #f9622f;
}

/* CSS Variables */
:root {
--color-1: #9dddf1;
--color-2: #f4b8e2;
--color-3: #f8c6a5;
--color-4: #ffbe5c;
--color-5: #f9622f;
}

Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dddf1, #f4b8e2, #f8c6a5, #ffbe5c, #f9622f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dddf1, #f4b8e2, #f8c6a5, #ffbe5c, #f9622f);
}

Crystal color palette created on .