Berry Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry Pink palette

Share this palette to:

Berry Pink color palette CSS

/* CSS */
.color-1 {
color: #9a2d6b;
}
.color-2 {
color: #d87d9a;
}
.color-3 {
color: #f4a9c5;
}
.color-4 {
color: #f8e1a5;
}
.color-5 {
color: #f1d3b7;
}

/* CSS Variables */
:root {
--color-1: #9a2d6b;
--color-2: #d87d9a;
--color-3: #f4a9c5;
--color-4: #f8e1a5;
--color-5: #f1d3b7;
}

Berry Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2d6b, #d87d9a, #f4a9c5, #f8e1a5, #f1d3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2d6b, #d87d9a, #f4a9c5, #f8e1a5, #f1d3b7);
}

Berry Pink color palette created on .