Warm Peach Color Palette
Discover the beautiful Warm Peach color palette featuring casablanca (#f3a949), cream can (#f6d36a), wheatfield (#f1e2c6), shilo (#e9b4c0) and my pink (#d68a8d).
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 Warm Peach palette
💻 Warm Peach color palette CSS
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f6d36a;
}
.color-3 {
color: #f1e2c6;
}
.color-4 {
color: #e9b4c0;
}
.color-5 {
color: #d68a8d;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f6d36a;
--color-3: #f1e2c6;
--color-4: #e9b4c0;
--color-5: #d68a8d;
} 🌈 Warm Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f6d36a, #f1e2c6, #e9b4c0, #d68a8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f6d36a, #f1e2c6, #e9b4c0, #d68a8d);
} 🔗 Explore similar color palettes
Warm Peach color palette created on .