Paleta de colores Hazel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hazel palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hazel

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

CSS de la paleta de colores Hazel

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #a67d5e;
}
.color-4 {
color: #c5a47d;
}
.color-5 {
color: #4b3c26;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d9b99b;
--color-3: #a67d5e;
--color-4: #c5a47d;
--color-5: #4b3c26;
}

CSS del degradado de fondo Hazel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d9b99b, #a67d5e, #c5a47d, #4b3c26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d9b99b, #a67d5e, #c5a47d, #4b3c26);
}

Hazel color palette created on .