Blue Indigo Turquoise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Indigo Turquoise palette
Blue Indigo Turquoise color palette CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #51b3a3;
}
.color-4 {
color: #75d7c3;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4b91e2;
--color-3: #51b3a3;
--color-4: #75d7c3;
--color-5: #f1c40e;
}
Blue Indigo Turquoise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4b91e2, #51b3a3, #75d7c3, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4b91e2, #51b3a3, #75d7c3, #f1c40e);
}
Similar color palettes
Blue Indigo Turquoise color palette created on .