Paleta de colores Goldenlocket

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Goldenlocket palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Goldenlocket

Download goldenlocket color palette PNG image (landscape)
Download goldenlocket color palette PNG image (square)

CSS de la paleta de colores Goldenlocket

/* CSS */
.color-1 {
color: #e5b857;
}
.color-2 {
color: #c6a23f;
}
.color-3 {
color: #a4782d;
}
.color-4 {
color: #705a1f;
}
.color-5 {
color: #4b3c1b;
}

/* CSS Variables */
:root {
--color-1: #e5b857;
--color-2: #c6a23f;
--color-3: #a4782d;
--color-4: #705a1f;
--color-5: #4b3c1b;
}

CSS del degradado de fondo Goldenlocket

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b857, #c6a23f, #a4782d, #705a1f, #4b3c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b857, #c6a23f, #a4782d, #705a1f, #4b3c1b);
}

Goldenlocket color palette created on .