Bonnie Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bonnie Pink Shades palette

Share this palette to:

Bonnie Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #f19d9d;
}
.color-3 {
color: #f188a3;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d4598a;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f19d9d;
--color-3: #f188a3;
--color-4: #e76a89;
--color-5: #d4598a;
}

Bonnie Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f19d9d, #f188a3, #e76a89, #d4598a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f19d9d, #f188a3, #e76a89, #d4598a);
}

Bonnie Pink Shades color palette created on .