Tech Color Palette

Discover the beautiful Tech color palette featuring azure radiance (#0a85ff), dodger blue (#00b2ff), turquoise (#31e3c8), padua (#a2e7ba) and dolly (#f5ff8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cyberpunk, Modern, Aqua, Teal, Green, Light, Spring, Vibrant color palettes and combinations.

💡 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 Tech palette

Share this palette to:

💻 Tech color palette CSS

/* CSS */
.color-1 {
color: #0a85ff;
}
.color-2 {
color: #00b2ff;
}
.color-3 {
color: #31e3c8;
}
.color-4 {
color: #a2e7ba;
}
.color-5 {
color: #f5ff8a;
}

/* CSS Variables */
:root {
--color-1: #0a85ff;
--color-2: #00b2ff;
--color-3: #31e3c8;
--color-4: #a2e7ba;
--color-5: #f5ff8a;
}

🌈 Tech background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a85ff, #00b2ff, #31e3c8, #a2e7ba, #f5ff8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a85ff, #00b2ff, #31e3c8, #a2e7ba, #f5ff8a);
}

Tech color palette created on .