Blue Sharky Color Palette
Discover the beautiful Blue Sharky color palette featuring danube (#5d9bd5), conifer (#a3d55d), energy yellow (#f7d850), flamingo (#f45b1f) and fuzzy wuzzy brown (#c94a4c).
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 Blue Sharky palette
💻 Blue Sharky color palette CSS
/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f7d850;
}
.color-4 {
color: #f45b1f;
}
.color-5 {
color: #c94a4c;
}
/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #a3d55d;
--color-3: #f7d850;
--color-4: #f45b1f;
--color-5: #c94a4c;
} 🌈 Blue Sharky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #a3d55d, #f7d850, #f45b1f, #c94a4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #a3d55d, #f7d850, #f45b1f, #c94a4c);
} 🔗 Explore similar color palettes
Blue Sharky color palette created on .