Detective Conan Color Palette
Discover the beautiful Detective Conan color palette featuring biscay (#1e3b71), havelock blue (#4b91e2), malibu (#88b4f7), marzipan (#f6e48e) and manhattan (#f8c391).
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 Detective Conan palette
💻 Detective Conan color palette CSS
/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #88b4f7;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #f8c391;
}
/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #4b91e2;
--color-3: #88b4f7;
--color-4: #f6e48e;
--color-5: #f8c391;
} 🌈 Detective Conan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #4b91e2, #88b4f7, #f6e48e, #f8c391);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #4b91e2, #88b4f7, #f6e48e, #f8c391);
} 🔗 Explore similar color palettes
Detective Conan color palette created on .