Paleta de colores Copper Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Copper Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Copper Sunshine

/* CSS */
.color-1 {
color: #b87332;
}
.color-2 {
color: #d09a25;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f2d34a;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #b87332;
--color-2: #d09a25;
--color-3: #f1c40e;
--color-4: #f2d34a;
--color-5: #f9e79f;
}

CSS del degradado de fondo Copper Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b87332, #d09a25, #f1c40e, #f2d34a, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b87332, #d09a25, #f1c40e, #f2d34a, #f9e79f);
}

Copper Sunshine color palette created on .