Gentle Breeze Color Palette

Discover the beautiful Gentle Breeze color palette featuring gallery (#f0f0f0), new orleans (#f0c79e), double colonial white (#f0dbb2), glacier (#79a1c8) and pigeon post (#b3c7db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Cream, Soft, Sun color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Gentle Breeze palette

Share this palette to:

💻 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 .