Hazel Eyes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hazel Eyes palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Hazel Eyes

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

tavolozza dei colori Hazel Eyes CSS

/* CSS */
.color-1 {
color: #4e3d2c;
}
.color-2 {
color: #695c49;
}
.color-3 {
color: #897a5d;
}
.color-4 {
color: #b8a67a;
}
.color-5 {
color: #d2c09d;
}

/* CSS Variables */
:root {
--color-1: #4e3d2c;
--color-2: #695c49;
--color-3: #897a5d;
--color-4: #b8a67a;
--color-5: #d2c09d;
}

CSS con gradiente di sfondo Hazel Eyes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}

Hazel Eyes color palette created on .