Glacia Color Palette

Discover the beautiful Glacia color palette featuring morning glory (#a3d3e0), glacier (#77b8c0), hippie blue (#4e9cb1), ming (#3f7d8d) and casal (#2f626f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cool, Glacier, Modern, Nature, Spring, Teal, Tropical color palettes and combinations.

💡 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 Glacia palette

Share this palette to:

💻 Glacia color palette CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #77b8c0;
}
.color-3 {
color: #4e9cb1;
}
.color-4 {
color: #3f7d8d;
}
.color-5 {
color: #2f626f;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #77b8c0;
--color-3: #4e9cb1;
--color-4: #3f7d8d;
--color-5: #2f626f;
}

🌈 Glacia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #77b8c0, #4e9cb1, #3f7d8d, #2f626f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #77b8c0, #4e9cb1, #3f7d8d, #2f626f);
}

Glacia color palette created on .