Shark Color Palette

Discover the beautiful Shark color palette featuring blue bayoux (#495579), lynch (#72829d), gull gray (#9ba9bb), periwinkle gray (#bdd4e5) and black squeeze (#e2eef4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Light, Muted, Soft, Coastal, Modern, Winter 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 Shark palette

Share this palette to:

💻 Shark color palette CSS

/* CSS */
.color-1 {
color: #495579;
}
.color-2 {
color: #72829d;
}
.color-3 {
color: #9ba9bb;
}
.color-4 {
color: #bdd4e5;
}
.color-5 {
color: #e2eef4;
}

/* CSS Variables */
:root {
--color-1: #495579;
--color-2: #72829d;
--color-3: #9ba9bb;
--color-4: #bdd4e5;
--color-5: #e2eef4;
}

🌈 Shark background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #495579, #72829d, #9ba9bb, #bdd4e5, #e2eef4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #495579, #72829d, #9ba9bb, #bdd4e5, #e2eef4);
}

Shark color palette created on .