Peach Fuzz Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Fuzz palette
Color Inspiration
Images that showcase this color palette in real designs
Download Peach Fuzz Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Peach Fuzz color palette created on .