Coral Maui Color Palette
Discover the beautiful Coral Maui color palette featuring jungle green (#2ba4a6), mariner (#336ec7), turquoise blue (#5ad2e2), polar (#ddf8f8) and new orleans (#f3d3a0).
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 Coral Maui palette
💻 Coral Maui color palette CSS
/* CSS */
.color-1 {
color: #2ba4a6;
}
.color-2 {
color: #336ec7;
}
.color-3 {
color: #5ad2e2;
}
.color-4 {
color: #ddf8f8;
}
.color-5 {
color: #f3d3a0;
}
/* CSS Variables */
:root {
--color-1: #2ba4a6;
--color-2: #336ec7;
--color-3: #5ad2e2;
--color-4: #ddf8f8;
--color-5: #f3d3a0;
} 🌈 Coral Maui background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ba4a6, #336ec7, #5ad2e2, #ddf8f8, #f3d3a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ba4a6, #336ec7, #5ad2e2, #ddf8f8, #f3d3a0);
} 🔗 Explore similar color palettes
Coral Maui color palette created on .