Bermuda Breeze Color Palette

Discover the beautiful Bermuda Breeze color palette featuring bermuda (#7dd8c6), morning glory (#a4e0d8), mint tulip (#c1f1e9), albescent white (#f7e2cf) and mandys pink (#f2b1b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Teal, Summer 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 Bermuda Breeze palette

Share this palette to:

💻 Bermuda Breeze color palette CSS

/* CSS */
.color-1 {
color: #7dd8c6;
}
.color-2 {
color: #a4e0d8;
}
.color-3 {
color: #c1f1e9;
}
.color-4 {
color: #f7e2cf;
}
.color-5 {
color: #f2b1b3;
}

/* CSS Variables */
:root {
--color-1: #7dd8c6;
--color-2: #a4e0d8;
--color-3: #c1f1e9;
--color-4: #f7e2cf;
--color-5: #f2b1b3;
}

🌈 Bermuda Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd8c6, #a4e0d8, #c1f1e9, #f7e2cf, #f2b1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd8c6, #a4e0d8, #c1f1e9, #f7e2cf, #f2b1b3);
}

Bermuda Breeze color palette created on .