Glaceon Color Palette

Discover the beautiful Glaceon color palette featuring regent st blue (#a3c7e0), seagull (#7ab9e6), havelock blue (#5fa4d8), mint tulip (#c2e5f5) and spindle (#bad5e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Frost, Light, Spring, Tropical, Vibrant 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 Glaceon palette

Share this palette to:

💻 Glaceon color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7ab9e6;
}
.color-3 {
color: #5fa4d8;
}
.color-4 {
color: #c2e5f5;
}
.color-5 {
color: #bad5e9;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7ab9e6;
--color-3: #5fa4d8;
--color-4: #c2e5f5;
--color-5: #bad5e9;
}

🌈 Glaceon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7ab9e6, #5fa4d8, #c2e5f5, #bad5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7ab9e6, #5fa4d8, #c2e5f5, #bad5e9);
}

Glaceon color palette created on .