Withered Bonnie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Withered Bonnie palette

Share this palette to:

Withered Bonnie color palette PNG image

Download withered bonnie color palette PNG image (landscape)
Download withered bonnie color palette PNG image (square)

Withered Bonnie color palette CSS

/* CSS */
.color-1 {
color: #bfa1a8;
}
.color-2 {
color: #b48392;
}
.color-3 {
color: #a2717e;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #3d2a92;
}

/* CSS Variables */
:root {
--color-1: #bfa1a8;
--color-2: #b48392;
--color-3: #a2717e;
--color-4: #6a4e8d;
--color-5: #3d2a92;
}

Withered Bonnie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa1a8, #b48392, #a2717e, #6a4e8d, #3d2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa1a8, #b48392, #a2717e, #6a4e8d, #3d2a92);
}

Withered Bonnie color palette created on .