Trust & Tech Color Palette

Discover the beautiful Trust & Tech color palette featuring dodger blue (#3c83f6), gray chateau (#a0a8b0), mine shaft (#1f1f1f), hippie blue (#4f9bb0) and gallery (#f0f0f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Bright, Innovation, Modern, Professionalism 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 Trust & Tech palette

Share this palette to:

💻 Trust & Tech color palette CSS

/* CSS */
.color-1 {
color: #3c83f6;
}
.color-2 {
color: #a0a8b0;
}
.color-3 {
color: #1f1f1f;
}
.color-4 {
color: #4f9bb0;
}
.color-5 {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--color-1: #3c83f6;
--color-2: #a0a8b0;
--color-3: #1f1f1f;
--color-4: #4f9bb0;
--color-5: #f0f0f0;
}

🌈 Trust & Tech background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c83f6, #a0a8b0, #1f1f1f, #4f9bb0, #f0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c83f6, #a0a8b0, #1f1f1f, #4f9bb0, #f0f0f0);
}

Trust & Tech color palette created on .