Paleta de colores Golden Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Elegance

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e9b649;
}
.color-3 {
color: #d69b4c;
}
.color-4 {
color: #c68d3f;
}
.color-5 {
color: #b37029;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e9b649;
--color-3: #d69b4c;
--color-4: #c68d3f;
--color-5: #b37029;
}

CSS del degradado de fondo Golden Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}

Golden Elegance color palette created on .