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: #7d3a2b;
}
.color-2 {
color: #e2b27e;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #a6c4d9;
}
.color-5 {
color: #6a4f4d;
}

/* CSS Variables */
:root {
--color-1: #7d3a2b;
--color-2: #e2b27e;
--color-3: #f2a76e;
--color-4: #a6c4d9;
--color-5: #6a4f4d;
}

Copper Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3a2b, #e2b27e, #f2a76e, #a6c4d9, #6a4f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3a2b, #e2b27e, #f2a76e, #a6c4d9, #6a4f4d);
}

Copper Dreams color palette created on .