Peachy Lunch Color Palette
Discover the beautiful Peachy Lunch color palette featuring apricot peach (#f8caaf), dairy cream (#fbe2c6), derby (#ffedd6), peach (#ffe4b3) and cornflower lilac (#ffadad).
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 Lunch palette
💻 Peachy Lunch color palette CSS
/* CSS */
.color-1 {
color: #f8caaf;
}
.color-2 {
color: #fbe2c6;
}
.color-3 {
color: #ffedd6;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #f8caaf;
--color-2: #fbe2c6;
--color-3: #ffedd6;
--color-4: #ffe4b3;
--color-5: #ffadad;
} 🌈 Peachy Lunch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caaf, #fbe2c6, #ffedd6, #ffe4b3, #ffadad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caaf, #fbe2c6, #ffedd6, #ffe4b3, #ffadad);
} 🔗 Explore similar color palettes
Peachy Lunch color palette created on .