Polar Bear Color Palette
Discover the beautiful Polar Bear color palette featuring white (#ffffff), botticelli (#d0e0e6), opal (#a3c4c8), gothic (#6a99a0) and william (#3e6a6f).
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 Polar Bear palette
💻 Polar Bear color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d0e0e6;
}
.color-3 {
color: #a3c4c8;
}
.color-4 {
color: #6a99a0;
}
.color-5 {
color: #3e6a6f;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d0e0e6;
--color-3: #a3c4c8;
--color-4: #6a99a0;
--color-5: #3e6a6f;
} 🌈 Polar Bear background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d0e0e6, #a3c4c8, #6a99a0, #3e6a6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d0e0e6, #a3c4c8, #6a99a0, #3e6a6f);
} 🔗 Explore similar color palettes
Polar Bear color palette created on .