Geyser Breeze Color Palette
Discover the beautiful Geyser Breeze color palette featuring hit gray (#a1b2b5), submarine (#b6c8c8), geyser (#d5e2e2), aqua haze (#e8f3f3) and catskill white (#f5fafa).
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 Geyser Breeze palette
💻 Geyser Breeze color palette CSS
/* CSS */
.color-1 {
color: #a1b2b5;
}
.color-2 {
color: #b6c8c8;
}
.color-3 {
color: #d5e2e2;
}
.color-4 {
color: #e8f3f3;
}
.color-5 {
color: #f5fafa;
}
/* CSS Variables */
:root {
--color-1: #a1b2b5;
--color-2: #b6c8c8;
--color-3: #d5e2e2;
--color-4: #e8f3f3;
--color-5: #f5fafa;
} 🌈 Geyser Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b2b5, #b6c8c8, #d5e2e2, #e8f3f3, #f5fafa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b2b5, #b6c8c8, #d5e2e2, #e8f3f3, #f5fafa);
} 🔗 Explore similar color palettes
Geyser Breeze color palette created on .