Glacial Red Ice Color Palette
Discover the beautiful Glacial Red Ice color palette featuring link water (#e0e6f5), dull lavender (#a1b1e2), cosmic (#793e78), chestnut (#b54a4e) and mine shaft (#2b2b2b).
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 Red Ice palette
💻 Glacial Red Ice color palette CSS
/* CSS */
.color-1 {
color: #e0e6f5;
}
.color-2 {
color: #a1b1e2;
}
.color-3 {
color: #793e78;
}
.color-4 {
color: #b54a4e;
}
.color-5 {
color: #2b2b2b;
}
/* CSS Variables */
:root {
--color-1: #e0e6f5;
--color-2: #a1b1e2;
--color-3: #793e78;
--color-4: #b54a4e;
--color-5: #2b2b2b;
} 🌈 Glacial Red Ice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e6f5, #a1b1e2, #793e78, #b54a4e, #2b2b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e6f5, #a1b1e2, #793e78, #b54a4e, #2b2b2b);
} 🔗 Explore similar color palettes
Glacial Red Ice color palette created on .