Glacier Eyes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glacier Eyes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Glacier Eyes Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Glacier Eyes color palette created on .