Glaucous Dream Color Palette
Discover the beautiful Glaucous Dream color palette featuring cadet blue (#a2b3c3), heather (#bbc4d3), botticelli (#c7d3e1), iron (#e0e2e6) and tiara (#c1d2cf).
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 Glaucous Dream palette
💻 Glaucous Dream color palette CSS
/* CSS */
.color-1 {
color: #a2b3c3;
}
.color-2 {
color: #bbc4d3;
}
.color-3 {
color: #c7d3e1;
}
.color-4 {
color: #e0e2e6;
}
.color-5 {
color: #c1d2cf;
}
/* CSS Variables */
:root {
--color-1: #a2b3c3;
--color-2: #bbc4d3;
--color-3: #c7d3e1;
--color-4: #e0e2e6;
--color-5: #c1d2cf;
} 🌈 Glaucous Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3c3, #bbc4d3, #c7d3e1, #e0e2e6, #c1d2cf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3c3, #bbc4d3, #c7d3e1, #e0e2e6, #c1d2cf);
} 🔗 Explore similar color palettes
Glaucous Dream color palette created on .