Paleta de colores Golden Henny

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Henny palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Henny

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f5d000;
}
.color-3 {
color: #f1b6d3;
}
.color-4 {
color: #5e2c90;
}
.color-5 {
color: #4b7bec;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f5d000;
--color-3: #f1b6d3;
--color-4: #5e2c90;
--color-5: #4b7bec;
}

CSS del degradado de fondo Golden Henny

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f5d000, #f1b6d3, #5e2c90, #4b7bec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f5d000, #f1b6d3, #5e2c90, #4b7bec);
}

Golden Henny color palette created on .