Summer Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Summer Breeze palette

Share this palette to:

Summer Breeze color palette CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #a1d7e8;
}
.color-3 {
color: #b2e0e0;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #f6c188;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a1d7e8;
--color-3: #b2e0e0;
--color-4: #f4b69f;
--color-5: #f6c188;
}

Summer Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a1d7e8, #b2e0e0, #f4b69f, #f6c188);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a1d7e8, #b2e0e0, #f4b69f, #f6c188);
}

Summer Breeze color palette created on .