Berry Bliss Color Palette
Discover the beautiful Berry Bliss color palette featuring paprika (#a3003c), razzmatazz (#d10069), tickle me pink (#ff7092), pink (#ffb3c3) and albescent white (#f6dfd0).
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 Bliss palette
💻 Berry Bliss color palette CSS
/* CSS */
.color-1 {
color: #a3003c;
}
.color-2 {
color: #d10069;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ffb3c3;
}
.color-5 {
color: #f6dfd0;
}
/* CSS Variables */
:root {
--color-1: #a3003c;
--color-2: #d10069;
--color-3: #ff7092;
--color-4: #ffb3c3;
--color-5: #f6dfd0;
} 🌈 Berry Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3003c, #d10069, #ff7092, #ffb3c3, #f6dfd0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3003c, #d10069, #ff7092, #ffb3c3, #f6dfd0);
} 🔗 Explore similar color palettes
Berry Bliss color palette created on .