Paleta de colores Copper Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Copper Glow palette
CSS de la paleta de colores Copper Glow
/* CSS */
.color-1 {
color: #c46931;
}
.color-2 {
color: #d67d4c;
}
.color-3 {
color: #e7a96e;
}
.color-4 {
color: #f8c99b;
}
.color-5 {
color: #ffd1b3;
}
/* CSS Variables */
:root {
--color-1: #c46931;
--color-2: #d67d4c;
--color-3: #e7a96e;
--color-4: #f8c99b;
--color-5: #ffd1b3;
}
CSS del degradado de fondo Copper Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c46931, #d67d4c, #e7a96e, #f8c99b, #ffd1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c46931, #d67d4c, #e7a96e, #f8c99b, #ffd1b3);
}
Paletas de colores similares
Copper Glow color palette created on .