Berry the Polar Bear Color Palette
Discover the beautiful Berry the Polar Bear color palette featuring light wisteria (#c5a4d5), light orchid (#eab8e4), we peep (#f6d5df), wewak (#f4a4b9) and carissma (#ea809e).
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 Berry the Polar Bear palette
💻 Berry the Polar Bear color palette CSS
/* CSS */
.color-1 {
color: #c5a4d5;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #f6d5df;
}
.color-4 {
color: #f4a4b9;
}
.color-5 {
color: #ea809e;
}
/* CSS Variables */
:root {
--color-1: #c5a4d5;
--color-2: #eab8e4;
--color-3: #f6d5df;
--color-4: #f4a4b9;
--color-5: #ea809e;
} 🌈 Berry the Polar Bear background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a4d5, #eab8e4, #f6d5df, #f4a4b9, #ea809e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a4d5, #eab8e4, #f6d5df, #f4a4b9, #ea809e);
} 🔗 Explore similar color palettes
Berry the Polar Bear color palette created on .