Glacial Serenity Color Palette
Discover the beautiful Glacial Serenity color palette featuring glacier (#81b4c5), aqua island (#a3d7dc), iceberg (#e0f5f2), catskill white (#f1f8f8) and we peep (#f7d4d8).
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 Glacial Serenity palette
💻 Glacial Serenity color palette CSS
/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a3d7dc;
}
.color-3 {
color: #e0f5f2;
}
.color-4 {
color: #f1f8f8;
}
.color-5 {
color: #f7d4d8;
}
/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a3d7dc;
--color-3: #e0f5f2;
--color-4: #f1f8f8;
--color-5: #f7d4d8;
} 🌈 Glacial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a3d7dc, #e0f5f2, #f1f8f8, #f7d4d8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a3d7dc, #e0f5f2, #f1f8f8, #f7d4d8);
} 🔗 Explore similar color palettes
Glacial Serenity color palette created on .