Cooper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cooper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cooper Color Palette (PNG)
Cooper color palette CSS
/* CSS */
.color-1 {
color: #d77c37;
}
.color-2 {
color: #b75d2a;
}
.color-3 {
color: #9f462d;
}
.color-4 {
color: #6c3d4c;
}
.color-5 {
color: #3e3b59;
}
/* CSS Variables */
:root {
--color-1: #d77c37;
--color-2: #b75d2a;
--color-3: #9f462d;
--color-4: #6c3d4c;
--color-5: #3e3b59;
}
Cooper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d77c37, #b75d2a, #9f462d, #6c3d4c, #3e3b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d77c37, #b75d2a, #9f462d, #6c3d4c, #3e3b59);
}
Similar color palettes
Cooper color palette created on .