Tropical Ocean Breeze Color Palette
Discover the beautiful Tropical Ocean Breeze color palette featuring bright turquoise (#39e9f9), cyan / aqua (#05eafa), bright turquoise (#1bcff3), picton blue (#1db5ed) and curious blue (#249be5).
Brightness
Saturation
Warmth
💡 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 Ocean Breeze palette
💻 Tropical Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #39e9f9;
}
.color-2 {
color: #05eafa;
}
.color-3 {
color: #1bcff3;
}
.color-4 {
color: #1db5ed;
}
.color-5 {
color: #249be5;
}
/* CSS Variables */
:root {
--color-1: #39e9f9;
--color-2: #05eafa;
--color-3: #1bcff3;
--color-4: #1db5ed;
--color-5: #249be5;
}
🌈 Tropical Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39e9f9, #05eafa, #1bcff3, #1db5ed, #249be5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39e9f9, #05eafa, #1bcff3, #1db5ed, #249be5);
}
🔗 Explore similar color palettes
Tropical Ocean Breeze color palette created on .