Soft Breeze Color Palette

Discover the beautiful Soft Breeze color palette featuring twilight blue (#f0ffff), ivory (#fffff0), white (#ffffff), pattens blue (#dbf0ff) and titan white (#f0f0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Cream, Feminine, Light, Spring, Summer, Soft, Tropical 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 Soft Breeze palette

Share this palette to:

💻 Soft Breeze color palette CSS

/* CSS */
.color-1 {
color: #f0ffff;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #dbf0ff;
}
.color-5 {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--color-1: #f0ffff;
--color-2: #fffff0;
--color-3: #ffffff;
--color-4: #dbf0ff;
--color-5: #f0f0ff;
}

🌈 Soft Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}

Soft Breeze color palette created on .