Tropical Breeze Color Palette

Discover the beautiful Tropical Breeze color palette featuring java (#19b6e6), pacific blue (#00b3c7), mountain meadow (#1e9f8d), keppel (#3bbf88) and emerald (#59d553).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Bright, Tropical, Spring 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: #19b6e6;
}
.color-2 {
color: #00b3c7;
}
.color-3 {
color: #1e9f8d;
}
.color-4 {
color: #3bbf88;
}
.color-5 {
color: #59d553;
}

/* CSS Variables */
:root {
--color-1: #19b6e6;
--color-2: #00b3c7;
--color-3: #1e9f8d;
--color-4: #3bbf88;
--color-5: #59d553;
}

🌈 Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b6e6, #00b3c7, #1e9f8d, #3bbf88, #59d553);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b6e6, #00b3c7, #1e9f8d, #3bbf88, #59d553);
}

Tropical Breeze color palette created on .