Tropical Breeze Color Palette

Discover the beautiful Tropical Breeze color palette featuring dodger blue (#05bcff), cyan / aqua (#14e0ff), green yellow (#b0fc5f), green (#07ed0b) and malachite (#04c838).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Green, 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: #05bcff;
}
.color-2 {
color: #14e0ff;
}
.color-3 {
color: #b0fc5f;
}
.color-4 {
color: #07ed0b;
}
.color-5 {
color: #04c838;
}

/* CSS Variables */
:root {
--color-1: #05bcff;
--color-2: #14e0ff;
--color-3: #b0fc5f;
--color-4: #07ed0b;
--color-5: #04c838;
}

🌈 Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05bcff, #14e0ff, #b0fc5f, #07ed0b, #04c838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05bcff, #14e0ff, #b0fc5f, #07ed0b, #04c838);
}

Tropical Breeze color palette created on .