Summer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Summer palette

Share this palette to:

Download Summer Color Palette (PNG)

Download summer color palette PNG image (landscape)
Download summer color palette PNG image (square)

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);
}

Summer color palette created on .