Bermuda Breeze Color Palette
Discover the beautiful Bermuda Breeze color palette featuring bermuda (#7dd8c6), morning glory (#a3e0d6), tara (#d8f3e1), rum swizzle (#f2f9e6) and derby (#ffedd6).
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 Bermuda Breeze palette
💻 Bermuda Breeze color palette CSS
/* CSS */
.color-1 {
color: #7dd8c6;
}
.color-2 {
color: #a3e0d6;
}
.color-3 {
color: #d8f3e1;
}
.color-4 {
color: #f2f9e6;
}
.color-5 {
color: #ffedd6;
}
/* CSS Variables */
:root {
--color-1: #7dd8c6;
--color-2: #a3e0d6;
--color-3: #d8f3e1;
--color-4: #f2f9e6;
--color-5: #ffedd6;
} 🌈 Bermuda Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd8c6, #a3e0d6, #d8f3e1, #f2f9e6, #ffedd6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd8c6, #a3e0d6, #d8f3e1, #f2f9e6, #ffedd6);
} 🔗 Explore similar color palettes
Bermuda Breeze color palette created on .