Shark Color Palette
Discover the beautiful Shark color palette featuring east bay (#49557a), lynch (#72839e), gull gray (#9caabb), periwinkle gray (#bed5e6) and black squeeze (#e3eff4).
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 Shark palette
💻 Shark color palette CSS
/* CSS */
.color-1 {
color: #49557a;
}
.color-2 {
color: #72839e;
}
.color-3 {
color: #9caabb;
}
.color-4 {
color: #bed5e6;
}
.color-5 {
color: #e3eff4;
}
/* CSS Variables */
:root {
--color-1: #49557a;
--color-2: #72839e;
--color-3: #9caabb;
--color-4: #bed5e6;
--color-5: #e3eff4;
} 🌈 Shark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49557a, #72839e, #9caabb, #bed5e6, #e3eff4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49557a, #72839e, #9caabb, #bed5e6, #e3eff4);
} 🔗 Explore similar color palettes
Shark color palette created on .