Seawing Color Palette
Discover the beautiful Seawing color palette featuring scooter (#3ec4d0), breaker bay (#509b8b), spectra (#2d5d5b), dairy cream (#f8e2b9) and orange peel (#f09c00).
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 Seawing palette
💻 Seawing color palette CSS
/* CSS */
.color-1 {
color: #3ec4d0;
}
.color-2 {
color: #509b8b;
}
.color-3 {
color: #2d5d5b;
}
.color-4 {
color: #f8e2b9;
}
.color-5 {
color: #f09c00;
}
/* CSS Variables */
:root {
--color-1: #3ec4d0;
--color-2: #509b8b;
--color-3: #2d5d5b;
--color-4: #f8e2b9;
--color-5: #f09c00;
} 🌈 Seawing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ec4d0, #509b8b, #2d5d5b, #f8e2b9, #f09c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ec4d0, #509b8b, #2d5d5b, #f8e2b9, #f09c00);
} 🔗 Explore similar color palettes
Seawing color palette created on .