Peachy Princess Color Palette
Discover the beautiful Peachy Princess color palette featuring manhattan (#f6c798), illusion (#f3a5c7), primrose (#f1e3a2), anzac (#e6b84c) and brandy punch (#d68a2e).
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 Princess palette
💻 Peachy Princess color palette CSS
/* CSS */
.color-1 {
color: #f6c798;
}
.color-2 {
color: #f3a5c7;
}
.color-3 {
color: #f1e3a2;
}
.color-4 {
color: #e6b84c;
}
.color-5 {
color: #d68a2e;
}
/* CSS Variables */
:root {
--color-1: #f6c798;
--color-2: #f3a5c7;
--color-3: #f1e3a2;
--color-4: #e6b84c;
--color-5: #d68a2e;
} 🌈 Peachy Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c798, #f3a5c7, #f1e3a2, #e6b84c, #d68a2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c798, #f3a5c7, #f1e3a2, #e6b84c, #d68a2e);
} 🔗 Explore similar color palettes
Peachy Princess color palette created on .