Copper Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Copper Dreams palette

Share this palette to:

Copper Dreams color palette CSS

/* CSS */
.color-1 {
color: #b76e57;
}
.color-2 {
color: #d59a7c;
}
.color-3 {
color: #e8c0b0;
}
.color-4 {
color: #f7c3a1;
}
.color-5 {
color: #fedd8b;
}

/* CSS Variables */
:root {
--color-1: #b76e57;
--color-2: #d59a7c;
--color-3: #e8c0b0;
--color-4: #f7c3a1;
--color-5: #fedd8b;
}

Copper Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76e57, #d59a7c, #e8c0b0, #f7c3a1, #fedd8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76e57, #d59a7c, #e8c0b0, #f7c3a1, #fedd8b);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Copper Dreams color palette created on .