Blue Indigo Turquoise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Indigo Turquoise palette

Share this palette to:

Blue Indigo Turquoise color palette CSS

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #2d4b8f;
}
.color-3 {
color: #3f6e9d;
}
.color-4 {
color: #5cb6c1;
}
.color-5 {
color: #8be5e0;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #2d4b8f;
--color-3: #3f6e9d;
--color-4: #5cb6c1;
--color-5: #8be5e0;
}

Blue Indigo Turquoise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #2d4b8f, #3f6e9d, #5cb6c1, #8be5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #2d4b8f, #3f6e9d, #5cb6c1, #8be5e0);
}

Blue Indigo Turquoise color palette created on .