Blue Tiger Shark Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Tiger Shark palette
Blue Tiger Shark color palette CSS
/* CSS */
.color-1 {
color: #395a89;
}
.color-2 {
color: #5d7a89;
}
.color-3 {
color: #7eb4a4;
}
.color-4 {
color: #b1d3c5;
}
.color-5 {
color: #f1a76f;
}
/* CSS Variables */
:root {
--color-1: #395a89;
--color-2: #5d7a89;
--color-3: #7eb4a4;
--color-4: #b1d3c5;
--color-5: #f1a76f;
}
Blue Tiger Shark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395a89, #5d7a89, #7eb4a4, #b1d3c5, #f1a76f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395a89, #5d7a89, #7eb4a4, #b1d3c5, #f1a76f);
}
Similar color palettes
- Shades of Blue
- Aqua Serenity
- 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 Tiger Shark color palette created on .