Detective Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Detective palette
Detective color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.navy color palettes
Detective color palette created on .