Blue Shark Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Shark palette
Blue Shark color palette CSS
/* CSS */
.color-1 {
color: #4b6c7c;
}
.color-2 {
color: #6d9db0;
}
.color-3 {
color: #89c9d1;
}
.color-4 {
color: #b2e0e6;
}
.color-5 {
color: #f5fafa;
}
/* CSS Variables */
:root {
--color-1: #4b6c7c;
--color-2: #6d9db0;
--color-3: #89c9d1;
--color-4: #b2e0e6;
--color-5: #f5fafa;
}
Blue Shark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c7c, #6d9db0, #89c9d1, #b2e0e6, #f5fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c7c, #6d9db0, #89c9d1, #b2e0e6, #f5fafa);
}
Similar color palettes
- Blue Moonlight
- Berry Bliss Cream
- Nervous Sunshine
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
Blue Shark color palette created on .