Tropical Breeze Color Palette

Discover the beautiful Tropical Breeze color palette featuring downy (#74c9d2), water leaf (#a5e2e9), humming bird (#d2f0f9), dairy cream (#f9e6b9) and rose bud (#fbaf8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Beach, Vibrant, Spring, 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 Tropical Breeze palette

Share this palette to:

💻 Tropical Breeze color palette CSS

/* CSS */
.color-1 {
color: #74c9d2;
}
.color-2 {
color: #a5e2e9;
}
.color-3 {
color: #d2f0f9;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #fbaf8e;
}

/* CSS Variables */
:root {
--color-1: #74c9d2;
--color-2: #a5e2e9;
--color-3: #d2f0f9;
--color-4: #f9e6b9;
--color-5: #fbaf8e;
}

🌈 Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74c9d2, #a5e2e9, #d2f0f9, #f9e6b9, #fbaf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74c9d2, #a5e2e9, #d2f0f9, #f9e6b9, #fbaf8e);
}

Tropical Breeze color palette created on .