July Color Palette
Discover the beautiful July color palette featuring dairy cream (#f8e3b1), rose bud (#f7b0ac), manhattan (#f4bf9e), beryl green (#d2e0b8) and loblolly (#b7bdc8).
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 July palette
💻 July color palette CSS
/* CSS */
.color-1 {
color: #f8e3b1;
}
.color-2 {
color: #f7b0ac;
}
.color-3 {
color: #f4bf9e;
}
.color-4 {
color: #d2e0b8;
}
.color-5 {
color: #b7bdc8;
}
/* CSS Variables */
:root {
--color-1: #f8e3b1;
--color-2: #f7b0ac;
--color-3: #f4bf9e;
--color-4: #d2e0b8;
--color-5: #b7bdc8;
} 🌈 July background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e3b1, #f7b0ac, #f4bf9e, #d2e0b8, #b7bdc8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e3b1, #f7b0ac, #f4bf9e, #d2e0b8, #b7bdc8);
} 🔗 Explore similar color palettes
July color palette created on .