Shark Hyena Color Palette
Discover the beautiful Shark Hyena color palette featuring wedgewood (#4b81a0), sinbad (#a1c8d4), mint julep (#f0e3c2), sunglo (#e56c70) and chestnut (#b04a4f).
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 Hyena palette
💻 Shark Hyena color palette CSS
/* CSS */
.color-1 {
color: #4b81a0;
}
.color-2 {
color: #a1c8d4;
}
.color-3 {
color: #f0e3c2;
}
.color-4 {
color: #e56c70;
}
.color-5 {
color: #b04a4f;
}
/* CSS Variables */
:root {
--color-1: #4b81a0;
--color-2: #a1c8d4;
--color-3: #f0e3c2;
--color-4: #e56c70;
--color-5: #b04a4f;
} 🌈 Shark Hyena background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b81a0, #a1c8d4, #f0e3c2, #e56c70, #b04a4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b81a0, #a1c8d4, #f0e3c2, #e56c70, #b04a4f);
} 🔗 Explore similar color palettes
Shark Hyena color palette created on .