Copper Rose Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Copper Rose Dream palette
Copper Rose Dream color palette CSS
/* CSS */
.color-1 {
color: #996666;
}
.color-2 {
color: #c49a8d;
}
.color-3 {
color: #d6b2a8;
}
.color-4 {
color: #f1d3d0;
}
.color-5 {
color: #f3e2e6;
}
/* CSS Variables */
:root {
--color-1: #996666;
--color-2: #c49a8d;
--color-3: #d6b2a8;
--color-4: #f1d3d0;
--color-5: #f3e2e6;
}
Copper Rose Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #996666, #c49a8d, #d6b2a8, #f1d3d0, #f3e2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #996666, #c49a8d, #d6b2a8, #f1d3d0, #f3e2e6);
}
Similar color palettes
Copper Rose Dream color palette created on .