Paleta de colores Golden Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Shades

/* CSS */
.color-1 {
color: #f3eba5;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f09c2d;
}
.color-4 {
color: #e07b29;
}
.color-5 {
color: #c86d3c;
}

/* CSS Variables */
:root {
--color-1: #f3eba5;
--color-2: #f1b341;
--color-3: #f09c2d;
--color-4: #e07b29;
--color-5: #c86d3c;
}

CSS del degradado de fondo Golden Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eba5, #f1b341, #f09c2d, #e07b29, #c86d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eba5, #f1b341, #f09c2d, #e07b29, #c86d3c);
}

Golden Shades color palette created on .