Glacier Dream Color Palette
Discover the beautiful Glacier Dream color palette featuring glacier (#81b4c5), regent st blue (#a8d6e6), regent st blue (#b2e1eb), polar (#d5f3f6) and twilight blue (#f0ffff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Glacier Dream palette
💻 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);
}
🔗 Explore similar color palettes
Glacier Dream color palette created on .