Paleta de colores Blonde Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blonde Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blonde Gold

Download blonde gold color palette PNG image (landscape)
Download blonde gold color palette PNG image (square)

CSS de la paleta de colores Blonde Gold

/* CSS */
.color-1 {
color: #f9e3b4;
}
.color-2 {
color: #f3c37c;
}
.color-3 {
color: #e5a23e;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a76d1b;
}

/* CSS Variables */
:root {
--color-1: #f9e3b4;
--color-2: #f3c37c;
--color-3: #e5a23e;
--color-4: #c58a2b;
--color-5: #a76d1b;
}

CSS del degradado de fondo Blonde Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}

Blonde Gold color palette created on .