Paleta de colores Golden Henry
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Henry palette
CSS de la paleta de colores Golden Henry
/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #e1b05b;
}
.color-3 {
color: #f2c86e;
}
.color-4 {
color: #f9d77b;
}
.color-5 {
color: #f6e69d;
}
/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #e1b05b;
--color-3: #f2c86e;
--color-4: #f9d77b;
--color-5: #f6e69d;
}
CSS del degradado de fondo Golden Henry
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #e1b05b, #f2c86e, #f9d77b, #f6e69d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #e1b05b, #f2c86e, #f9d77b, #f6e69d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Ámbar
Golden Henry color palette created on .