Peach Fuzz Color Palette
Discover the beautiful Peach Fuzz color palette featuring apricot peach (#facfac), manhattan (#f6af93), apricot (#ee936c), terracotta (#e17952) and tuscany (#ce603d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Peach Fuzz palette
💻 Peach Fuzz color palette CSS
/* CSS */
.color-1 {
color: #facfac;
}
.color-2 {
color: #f6af93;
}
.color-3 {
color: #ee936c;
}
.color-4 {
color: #e17952;
}
.color-5 {
color: #ce603d;
}
/* CSS Variables */
:root {
--color-1: #facfac;
--color-2: #f6af93;
--color-3: #ee936c;
--color-4: #e17952;
--color-5: #ce603d;
} 🌈 Peach Fuzz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #facfac, #f6af93, #ee936c, #e17952, #ce603d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #facfac, #f6af93, #ee936c, #e17952, #ce603d);
} 🔗 Explore similar color palettes
Peach Fuzz color palette created on .