Blue Tiger Shark Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Tiger Shark palette

Share this palette to:

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);
}

Blue Tiger Shark color palette created on .