Blue Turbidity Color Palette
Discover the beautiful Blue Turbidity color palette featuring bondi blue (#008ab8), picton blue (#5cc0eb), regent st blue (#a5d8e9), frost (#f0f8e8) and saffron (#f6d12c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blue Turbidity palette
💻 Blue Turbidity color palette CSS
/* CSS */
.color-1 {
color: #008ab8;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #a5d8e9;
}
.color-4 {
color: #f0f8e8;
}
.color-5 {
color: #f6d12c;
}
/* CSS Variables */
:root {
--color-1: #008ab8;
--color-2: #5cc0eb;
--color-3: #a5d8e9;
--color-4: #f0f8e8;
--color-5: #f6d12c;
} 🌈 Blue Turbidity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008ab8, #5cc0eb, #a5d8e9, #f0f8e8, #f6d12c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008ab8, #5cc0eb, #a5d8e9, #f0f8e8, #f6d12c);
} 🔗 Explore similar color palettes
Blue Turbidity color palette created on .