Dingleberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dingleberry palette

Share this palette to:

Dingleberry color palette PNG image

Download dingleberry color palette PNG image (landscape)
Download dingleberry color palette PNG image (square)

Dingleberry color palette CSS

/* CSS */
.color-1 {
color: #7b2d4e;
}
.color-2 {
color: #b34764;
}
.color-3 {
color: #d76a89;
}
.color-4 {
color: #f1a7b1;
}
.color-5 {
color: #f4c3d6;
}

/* CSS Variables */
:root {
--color-1: #7b2d4e;
--color-2: #b34764;
--color-3: #d76a89;
--color-4: #f1a7b1;
--color-5: #f4c3d6;
}

Dingleberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2d4e, #b34764, #d76a89, #f1a7b1, #f4c3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2d4e, #b34764, #d76a89, #f1a7b1, #f4c3d6);
}

Dingleberry color palette created on .