Detective Color Palette
Discover the beautiful Detective color palette featuring downriver (#0a1c51), fun blue (#1b42a6), scooter (#2cc0d1), saffron (#f0bd35) and tia maria (#cf4713).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, High Contrast, Modern, Orange, Turquoise, Vibrant, Yellow 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
💻 Detective color palette CSS
/* CSS */
.color-1 {
color: #0a1c51;
}
.color-2 {
color: #1b42a6;
}
.color-3 {
color: #2cc0d1;
}
.color-4 {
color: #f0bd35;
}
.color-5 {
color: #cf4713;
}
/* CSS Variables */
:root {
--color-1: #0a1c51;
--color-2: #1b42a6;
--color-3: #2cc0d1;
--color-4: #f0bd35;
--color-5: #cf4713;
} 🌈 Detective background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a1c51, #1b42a6, #2cc0d1, #f0bd35, #cf4713);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a1c51, #1b42a6, #2cc0d1, #f0bd35, #cf4713);
} 🔗 Explore similar color palettes
Detective color palette created on .