Seawing Color Palette
Discover the beautiful Seawing color palette featuring pelorous (#3cb5b9), neptune (#77c0c0), morning glory (#a3e0df), cream can (#f5d26b) and carnation (#f66b4c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Light Spring, Teal, Yellow, Coral, Ocean 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 Seawing palette
💻 Seawing color palette CSS
/* CSS */
.color-1 {
color: #3cb5b9;
}
.color-2 {
color: #77c0c0;
}
.color-3 {
color: #a3e0df;
}
.color-4 {
color: #f5d26b;
}
.color-5 {
color: #f66b4c;
}
/* CSS Variables */
:root {
--color-1: #3cb5b9;
--color-2: #77c0c0;
--color-3: #a3e0df;
--color-4: #f5d26b;
--color-5: #f66b4c;
} 🌈 Seawing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb5b9, #77c0c0, #a3e0df, #f5d26b, #f66b4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb5b9, #77c0c0, #a3e0df, #f5d26b, #f66b4c);
} 🔗 Explore similar color palettes
Seawing color palette created on .