Blue Technology Color Palette
Discover the beautiful Blue Technology color palette featuring boston blue (#3b8bba), fountain blue (#4fb6bf), seagull (#82d4e8), sandwisp (#f4e1a4) and tumbleweed (#e0a680).
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: #3b8bba;
}
.color-2 {
color: #4fb6bf;
}
.color-3 {
color: #82d4e8;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #e0a680;
}
/* CSS Variables */
:root {
--color-1: #3b8bba;
--color-2: #4fb6bf;
--color-3: #82d4e8;
--color-4: #f4e1a4;
--color-5: #e0a680;
} 🌈 Blue Technology background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8bba, #4fb6bf, #82d4e8, #f4e1a4, #e0a680);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8bba, #4fb6bf, #82d4e8, #f4e1a4, #e0a680);
} 🔗 Explore similar color palettes
Blue Technology color palette created on .