Peach Fuzz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Fuzz palette

Share this palette to:

Download Peach Fuzz Color Palette (PNG)

Download peach fuzz color palette PNG image (landscape)
Download peach fuzz color palette PNG image (square)

Peach Fuzz color palette CSS

/* CSS */
.color-1 {
color: #fad0ad;
}
.color-2 {
color: #f6af92;
}
.color-3 {
color: #ee946d;
}
.color-4 {
color: #e07852;
}
.color-5 {
color: #ce5d3b;
}

/* CSS Variables */
:root {
--color-1: #fad0ad;
--color-2: #f6af92;
--color-3: #ee946d;
--color-4: #e07852;
--color-5: #ce5d3b;
}

Peach Fuzz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad0ad, #f6af92, #ee946d, #e07852, #ce5d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad0ad, #f6af92, #ee946d, #e07852, #ce5d3b);
}

Peach Fuzz color palette created on .