July Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with July palette
Color Inspiration
Images that showcase this color palette in real designs
Download July Color Palette (PNG)
July color palette CSS
/* CSS */
.color-1 {
color: #f8e2af;
}
.color-2 {
color: #f7afab;
}
.color-3 {
color: #f4bf9f;
}
.color-4 {
color: #d2e0b8;
}
.color-5 {
color: #b7bdc8;
}
/* CSS Variables */
:root {
--color-1: #f8e2af;
--color-2: #f7afab;
--color-3: #f4bf9f;
--color-4: #d2e0b8;
--color-5: #b7bdc8;
}
July background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2af, #f7afab, #f4bf9f, #d2e0b8, #b7bdc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2af, #f7afab, #f4bf9f, #d2e0b8, #b7bdc8);
}
Similar color palettes
July color palette created on .