Glacier Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glacier Dream palette

Share this palette to:

Glacier Dream color palette PNG image

Download glacier dream color palette PNG image (landscape)
Download glacier dream color palette PNG image (square)

Glacier Dream color palette CSS

/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #b2e1eb;
}
.color-4 {
color: #d5f3f6;
}
.color-5 {
color: #f0ffff;
}

/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a8d6e6;
--color-3: #b2e1eb;
--color-4: #d5f3f6;
--color-5: #f0ffff;
}

Glacier Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a8d6e6, #b2e1eb, #d5f3f6, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a8d6e6, #b2e1eb, #d5f3f6, #f0ffff);
}

Glacier Dream color palette created on .