1970s Detective Series Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1970s Detective Series palette
1970s Detective Series color palette PNG image
1970s Detective Series color palette CSS
/* CSS */
.color-1 {
color: #7c5e3c;
}
.color-2 {
color: #a07f4b;
}
.color-3 {
color: #c9b669;
}
.color-4 {
color: #e1c27a;
}
.color-5 {
color: #d45c3a;
}
/* CSS Variables */
:root {
--color-1: #7c5e3c;
--color-2: #a07f4b;
--color-3: #c9b669;
--color-4: #e1c27a;
--color-5: #d45c3a;
}
1970s Detective Series background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
}
Similar color palettes
1970s Detective Series color palette created on .