Paleta de colores Golden Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Yellow

/* CSS */
.color-1 {
color: #bfae4a;
}
.color-2 {
color: #d1c67a;
}
.color-3 {
color: #e4d39b;
}
.color-4 {
color: #f2deb1;
}
.color-5 {
color: #f9e5a4;
}

/* CSS Variables */
:root {
--color-1: #bfae4a;
--color-2: #d1c67a;
--color-3: #e4d39b;
--color-4: #f2deb1;
--color-5: #f9e5a4;
}

CSS del degradado de fondo Golden Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfae4a, #d1c67a, #e4d39b, #f2deb1, #f9e5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfae4a, #d1c67a, #e4d39b, #f2deb1, #f9e5a4);
}

Golden Yellow color palette created on .