Gentle Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Breeze palette

Share this palette to:

Gentle Breeze color palette PNG image

Download gentle breeze color palette PNG image (landscape)
Download gentle breeze color palette PNG image (square)

Gentle Breeze color palette CSS

/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #f0c79e;
}
.color-3 {
color: #f0dbb2;
}
.color-4 {
color: #79a1c8;
}
.color-5 {
color: #b3c7db;
}

/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #f0c79e;
--color-3: #f0dbb2;
--color-4: #79a1c8;
--color-5: #b3c7db;
}

Gentle Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #f0c79e, #f0dbb2, #79a1c8, #b3c7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #f0c79e, #f0dbb2, #79a1c8, #b3c7db);
}

Gentle Breeze color palette created on .