Glaceon Color Palette
Discover the beautiful Glaceon color palette featuring ice cold (#b2ebf5), humming bird (#c1f3f6), white ice (#d8f3f8), humming bird (#e9f8fc) and french pass (#baeafd).
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 Glaceon palette
💻 Glaceon color palette CSS
/* CSS */
.color-1 {
color: #b2ebf5;
}
.color-2 {
color: #c1f3f6;
}
.color-3 {
color: #d8f3f8;
}
.color-4 {
color: #e9f8fc;
}
.color-5 {
color: #baeafd;
}
/* CSS Variables */
:root {
--color-1: #b2ebf5;
--color-2: #c1f3f6;
--color-3: #d8f3f8;
--color-4: #e9f8fc;
--color-5: #baeafd;
}
🌈 Glaceon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2ebf5, #c1f3f6, #d8f3f8, #e9f8fc, #baeafd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2ebf5, #c1f3f6, #d8f3f8, #e9f8fc, #baeafd);
}
🔗 Explore similar color palettes
Glaceon color palette created on .