Peeble Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peeble Pink palette

Share this palette to:

Download Peeble Pink Color Palette (PNG)

Download peeble pink color palette PNG image (landscape)
Download peeble pink color palette PNG image (square)

Peeble Pink color palette CSS

/* CSS */
.color-1 {
color: #dac7b9;
}
.color-2 {
color: #f2dfc0;
}
.color-3 {
color: #f7c2a1;
}
.color-4 {
color: #f09f7a;
}
.color-5 {
color: #eb7b5c;
}

/* CSS Variables */
:root {
--color-1: #dac7b9;
--color-2: #f2dfc0;
--color-3: #f7c2a1;
--color-4: #f09f7a;
--color-5: #eb7b5c;
}

Peeble Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}

Peeble Pink color palette created on .