Blue Technology Color Palette
Discover the beautiful Blue Technology color palette featuring cerulean (#02a6f2), robin's egg blue (#00bad6), teal (#009485), fruit salad (#4cae4f) and sushi (#8bc34b).
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 Technology palette
💻 Blue Technology color palette CSS
/* CSS */
.color-1 {
color: #02a6f2;
}
.color-2 {
color: #00bad6;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #8bc34b;
}
/* CSS Variables */
:root {
--color-1: #02a6f2;
--color-2: #00bad6;
--color-3: #009485;
--color-4: #4cae4f;
--color-5: #8bc34b;
}
🌈 Blue Technology background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a6f2, #00bad6, #009485, #4cae4f, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a6f2, #00bad6, #009485, #4cae4f, #8bc34b);
}
🔗 Explore similar color palettes
Blue Technology color palette created on .