Peachy Aubrey Color Palette
Discover the beautiful Peachy Aubrey color palette featuring wewak (#f1a7a2), azalea (#f5bccf), peach yellow (#f8e1af), cream can (#f1d35b) and saffron (#f3af39).
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 Peachy Aubrey palette
💻 Peachy Aubrey color palette CSS
/* CSS */
.color-1 {
color: #f1a7a2;
}
.color-2 {
color: #f5bccf;
}
.color-3 {
color: #f8e1af;
}
.color-4 {
color: #f1d35b;
}
.color-5 {
color: #f3af39;
}
/* CSS Variables */
:root {
--color-1: #f1a7a2;
--color-2: #f5bccf;
--color-3: #f8e1af;
--color-4: #f1d35b;
--color-5: #f3af39;
} 🌈 Peachy Aubrey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7a2, #f5bccf, #f8e1af, #f1d35b, #f3af39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7a2, #f5bccf, #f8e1af, #f1d35b, #f3af39);
} 🔗 Explore similar color palettes
Peachy Aubrey color palette created on .