Cop Car Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cop Car palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cop Car Color Palette (PNG)
Cop Car color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #bfbfbf;
}
.color-5 {
color: #ff0000;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ffffff;
--color-3: #808080;
--color-4: #bfbfbf;
--color-5: #ff0000;
}
Cop Car background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ffffff, #808080, #bfbfbf, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ffffff, #808080, #bfbfbf, #ff0000);
}
Similar color palettes
Cop Car color palette created on .