Detective Color Palette

Discover the beautiful Detective color palette featuring downriver (#0a1c52), fun blue (#1b43a7), scooter (#2dc2d2), saffron (#f0bd33) and tia maria (#cd4813).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Turquoise, Yellow, Orange, Bright, Modern, Vibrant, High Contrast 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 Detective palette

Share this palette to:

💻 Detective color palette CSS

/* CSS */
.color-1 {
color: #0a1c52;
}
.color-2 {
color: #1b43a7;
}
.color-3 {
color: #2dc2d2;
}
.color-4 {
color: #f0bd33;
}
.color-5 {
color: #cd4813;
}

/* CSS Variables */
:root {
--color-1: #0a1c52;
--color-2: #1b43a7;
--color-3: #2dc2d2;
--color-4: #f0bd33;
--color-5: #cd4813;
}

🌈 Detective background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a1c52, #1b43a7, #2dc2d2, #f0bd33, #cd4813);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a1c52, #1b43a7, #2dc2d2, #f0bd33, #cd4813);
}

Detective color palette created on .