Wildberry Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wildberry Pink palette
Wildberry Pink color palette PNG image
Wildberry Pink color palette CSS
/* CSS */
.color-1 {
color: #85005b;
}
.color-2 {
color: #940054;
}
.color-3 {
color: #bd003c;
}
.color-4 {
color: #f0003c;
}
.color-5 {
color: #ff0582;
}
/* CSS Variables */
:root {
--color-1: #85005b;
--color-2: #940054;
--color-3: #bd003c;
--color-4: #f0003c;
--color-5: #ff0582;
}
Wildberry Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85005b, #940054, #bd003c, #f0003c, #ff0582);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85005b, #940054, #bd003c, #f0003c, #ff0582);
}
Similar color palettes
Wildberry Pink color palette created on .