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: #f2d150;
}
.color-2 {
color: #d9b430;
}
.color-3 {
color: #bfae2b;
}
.color-4 {
color: #a68e2b;
}
.color-5 {
color: #897b29;
}

/* CSS Variables */
:root {
--color-1: #f2d150;
--color-2: #d9b430;
--color-3: #bfae2b;
--color-4: #a68e2b;
--color-5: #897b29;
}

CSS del degradado de fondo Golden Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d150, #d9b430, #bfae2b, #a68e2b, #897b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d150, #d9b430, #bfae2b, #a68e2b, #897b29);
}

Golden Elegance color palette created on .