Sea Breeze Color Palette
Discover the beautiful Sea Breeze color palette featuring sea green (#2e8a56), emerald (#4fbf7a), granny smith apple (#a0df9f), australian mint (#f1ffb8) and manhattan (#f7c3a1).
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 Sea Breeze palette
💻 Sea Breeze color palette CSS
/* CSS */
.color-1 {
color: #2e8a56;
}
.color-2 {
color: #4fbf7a;
}
.color-3 {
color: #a0df9f;
}
.color-4 {
color: #f1ffb8;
}
.color-5 {
color: #f7c3a1;
}
/* CSS Variables */
:root {
--color-1: #2e8a56;
--color-2: #4fbf7a;
--color-3: #a0df9f;
--color-4: #f1ffb8;
--color-5: #f7c3a1;
} 🌈 Sea Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a56, #4fbf7a, #a0df9f, #f1ffb8, #f7c3a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a56, #4fbf7a, #a0df9f, #f1ffb8, #f7c3a1);
} 🔗 Explore similar color palettes
Sea Breeze color palette created on .