Cooper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cooper palette

Share this palette to:

Cooper color palette PNG image

Download cooper color palette PNG image (landscape)
Download cooper color palette PNG image (square)

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);
}

Cooper color palette created on .