Berry Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Berry Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Berry Pink Color Palette (PNG)
Berry Pink color palette CSS
/* CSS */
.color-1 {
color: #a34d97;
}
.color-2 {
color: #d86e8e;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #f3c4d3;
}
.color-5 {
color: #e0b3d6;
}
/* CSS Variables */
:root {
--color-1: #a34d97;
--color-2: #d86e8e;
--color-3: #f1a7b4;
--color-4: #f3c4d3;
--color-5: #e0b3d6;
}
Berry Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d97, #d86e8e, #f1a7b4, #f3c4d3, #e0b3d6);
}
Similar color palettes
Berry Pink color palette created on .