Summer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Summer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Summer Color Palette (PNG)
Summer color palette CSS
/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #ff9f1a;
}
.color-3 {
color: #f3712b;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #56768f;
}
/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #ff9f1a;
--color-3: #f3712b;
--color-4: #f94346;
--color-5: #56768f;
}
Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #ff9f1a, #f3712b, #f94346, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #ff9f1a, #f3712b, #f94346, #56768f);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Summer color palette created on .