Glacier Eyes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glacier Eyes palette

Share this palette to:

Download Glacier Eyes Color Palette (PNG)

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

Glacier Eyes color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #7dc5d4;
}
.color-3 {
color: #4fb9c4;
}
.color-4 {
color: #2ba8b6;
}
.color-5 {
color: #1e7f8a;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #7dc5d4;
--color-3: #4fb9c4;
--color-4: #2ba8b6;
--color-5: #1e7f8a;
}

Glacier Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #7dc5d4, #4fb9c4, #2ba8b6, #1e7f8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #7dc5d4, #4fb9c4, #2ba8b6, #1e7f8a);
}

Glacier Eyes color palette created on .