Paleta de colores Hazel Leaves

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hazel Leaves palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hazel Leaves

Download hazel leaves color palette PNG image (landscape)
Download hazel leaves color palette PNG image (square)

CSS de la paleta de colores Hazel Leaves

/* CSS */
.color-1 {
color: #d9c7a1;
}
.color-2 {
color: #a67c59;
}
.color-3 {
color: #7f4f3d;
}
.color-4 {
color: #592d2c;
}
.color-5 {
color: #3c1b1b;
}

/* CSS Variables */
:root {
--color-1: #d9c7a1;
--color-2: #a67c59;
--color-3: #7f4f3d;
--color-4: #592d2c;
--color-5: #3c1b1b;
}

CSS del degradado de fondo Hazel Leaves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}

Hazel Leaves color palette created on .