Brown Detective Color Palette
Discover the beautiful Brown Detective color palette featuring topaz (#857f90), santas gray (#9996a6), chatelle (#b5aab6), pale slate (#d5cdd2) and ebb (#ebe7e6).
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 Brown Detective palette
💻 Brown Detective color palette CSS
/* CSS */
.color-1 {
color: #857f90;
}
.color-2 {
color: #9996a6;
}
.color-3 {
color: #b5aab6;
}
.color-4 {
color: #d5cdd2;
}
.color-5 {
color: #ebe7e6;
}
/* CSS Variables */
:root {
--color-1: #857f90;
--color-2: #9996a6;
--color-3: #b5aab6;
--color-4: #d5cdd2;
--color-5: #ebe7e6;
} 🌈 Brown Detective background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #857f90, #9996a6, #b5aab6, #d5cdd2, #ebe7e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #857f90, #9996a6, #b5aab6, #d5cdd2, #ebe7e6);
} 🔗 Explore similar color palettes
Brown Detective color palette created on .